Skip to content

Commit 1561f58

Browse files
committed
move out global.css to pages folder
1 parent 0bc7213 commit 1561f58

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { AppProps } from 'next/app'
2-
import '../styles/globals.css'
2+
import './styles/globals.css'
33

44
function MyApp({ Component, pageProps }: AppProps) {
55
return <Component {...pageProps} />
File renamed without changes.

0 commit comments

Comments
 (0)