diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 665fc41..1803fed 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,6 +16,9 @@ export default function RootLayout({ }>) { return ( + + + {children} );