diff --git a/app/layout.tsx b/app/layout.tsx index e116006..72e1582 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -46,7 +46,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + + + +
+ + + + ); +}