diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 09fcaff..09925be 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -12,14 +12,17 @@ const queryClient = new QueryClient();
export default function MyApp({ Component, pageProps }: AppProps) {
return (
-
-
-
-
-
-
-
-
+ <>
+
+
+
+
+
+
+
+
+
+ >
);
}