diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 1293275..ebd9d3a 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -19,7 +19,7 @@ export default function App({ Component, pageProps }: AppProps) { }, []) return ( - + )