diff --git a/src/app/(web)/layout.tsx b/src/app/(web)/layout.tsx index a9b8513..e422d2a 100644 --- a/src/app/(web)/layout.tsx +++ b/src/app/(web)/layout.tsx @@ -10,73 +10,15 @@ import '../globals.css' export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - - - - -
{children}
-