diff --git a/app/layout.tsx b/app/layout.tsx index e94280a6..231de4b9 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -80,7 +80,7 @@ export default function RootLayout({ }} /> - {children} + {children} ); }