diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index c3aa3bb..e4fdb3c 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -6,6 +6,7 @@ export default function App({ Component, pageProps }: AppProps) { return ( <> + );