diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 7789140..2f20316 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -8,7 +8,7 @@ import {GoogleAnalytics} from "nextjs-google-analytics";
const App: AppType = ({Component, pageProps}) => {
return <>
- ;
+
>
};