Skip to content

Commit 615dc32

Browse files
committed
Fixing app bug
1 parent 92e8f9d commit 615dc32

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/pages/_app.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import type { AppProps } from 'next/app';
2-
3-
import '../css/index.css';
42
import '../css/theme.css';
53

64
function MyApp({ Component, pageProps }: AppProps) {

0 commit comments

Comments
 (0)