diff --git a/pages/_app.tsx b/pages/_app.tsx index 1cf463f..0ef2d18 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -8,10 +8,10 @@ const inter = Inter({ subsets: ['latin'] }); function App({ Component, pageProps }: AppProps<{}>) { return ( -
+
-
+ ); }