diff options
Diffstat (limited to 'src/pages/_app.tsx')
| -rw-r--r-- | src/pages/_app.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index f3f9628..6f08a02 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -1,4 +1,4 @@ -import '../styles/globals.css'; +import '../styles/globals.scss'; import type { AppProps } from 'next/app'; function MyApp({ Component, pageProps }: AppProps) { |
