diff --git a/app/layout.tsx b/app/layout.tsx index 0d14234..3731b8c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -30,7 +30,13 @@ export default function RootLayout({ - {children} + + +
+ + {children} +
+
);