Skip to content

Commit

Permalink
move out global.css to pages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kolorfilm committed Sep 6, 2023
1 parent 0bc7213 commit 1561f58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { AppProps } from 'next/app'
import '../styles/globals.css'
import './styles/globals.css'

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

0 comments on commit 1561f58

Please sign in to comment.