Skip to content

Commit ed8e5ec

Browse files
committed
fix: css import order 변경
1 parent 9727aa3 commit ed8e5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Layout from '@/components/layout';
44

55
import 'prismjs/themes/prism-tomorrow.css';
66

7-
import '@/assets/styles/index.css';
87
import 'notion-to-jsx/dist/index.css';
8+
import '@/assets/styles/index.css';
99

1010
const App = ({ Component, pageProps }: AppProps) => {
1111
return (

0 commit comments

Comments
 (0)