From ef7e8fd94f0a1114fc77627b4722d51f98180505 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:07:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1239 +------------------------------------------- 1 file changed, 1 insertion(+), 1238 deletions(-) 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} - -