diff --git a/app/layout.tsx b/app/layout.tsx index 460dcd99..de7fd888 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -31,24 +31,22 @@ interface RootLayoutProps { export default function RootLayout({ children }: RootLayoutProps) { return ( - <> - - - - -
- -
{children}
-
- -
- - - + + + + +
+ +
{children}
+
+ +
+ + ) }