diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index fada3931..872b6f46 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -64,7 +64,7 @@ export default function App({ Component, pageProps }: AppProps) { {loading ? ( ) : ( - + )} );