diff --git a/src/app/layout.tsx b/src/app/layout.tsx index efe84fc..63492ba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,10 +35,11 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {children} @@ -1264,4 +1265,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}