From 52e96683728f20aa575c33716a76b6f9fa9bafb8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 08:17:54 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1368 +------------------------------------------- 1 file changed, 1 insertion(+), 1367 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a1b796a..589057f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Noto_Sans } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; const notoSans = Noto_Sans({ variable: "--font-noto-sans", subsets: ["latin"], @@ -34,1370 +32,7 @@ export default function RootLayout({ }>) { return ( - - - - {children} -