diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7b2350c..67337f5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,1241 +24,4 @@ export const metadata: Metadata = { index: true, follow: true } -}; - -export default function RootLayout({ - children, -}: Readonly<{ - children: React.ReactNode; -}>) { - return ( - - - - - {children} - -