diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index 28a99f6..e8f59e0 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -27,21 +27,23 @@ export default function RootLayout({ children }: { children: ReactNode }) { return ( - - - - - - - {/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */} - - {children} - - - - - - + + + + + + + + {/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */} + + {children} + + + + + + + );