diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9e74425c..ac09b47e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -99,13 +99,13 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - - - - - - - + + + + + + + {children} @@ -117,8 +117,8 @@ export default function RootLayout({ /> - - - + + + ); } \ No newline at end of file