Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 6431bd6

Browse files
re arrange import
1 parent e7c2475 commit 6431bd6

File tree

1 file changed

+1
-1
lines changed
  • examples/demo-section-blog/src/pages

1 file changed

+1
-1
lines changed

examples/demo-section-blog/src/pages/_app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import '@/styles/globals.css'
21
import "section-blog-theme/styles.css"
2+
import '@/styles/globals.css'
33
export default function App({ Component, pageProps }) {
44
return <Component {...pageProps} />
55
}

0 commit comments

Comments
 (0)