There was an error while loading. Please reload this page.
1 parent 92e8f9d commit 615dc32Copy full SHA for 615dc32
1 file changed
src/app/pages/_app.tsx
@@ -1,6 +1,4 @@
1
import type { AppProps } from 'next/app';
2
-
3
-import '../css/index.css';
4
import '../css/theme.css';
5
6
function MyApp({ Component, pageProps }: AppProps) {
0 commit comments