diff --git a/app/layout.tsx b/app/layout.tsx index 6740f09..d08fd19 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,7 +16,10 @@ export default function RootLayout({ }>) { return ( - {children} + + + {children} + ); }