diff --git a/app/layout.tsx b/app/layout.tsx index 27f63c8d..26ab629f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -18,7 +18,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children} );