diff --git a/app/layout.tsx b/app/layout.tsx index 712306c..bab505f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,6 +16,7 @@ export default function RootLayout({ }) { return ( + {children} );