From b8b2eb798a94ed08d9b588f96a221a039b2dfc6b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:44:07 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6d5e01d..8a5add2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper"; -import { Tag } from "@/providers/tag"; const geist = Geist({ variable: "--font-geist-sans", subsets: ["latin"], @@ -23,10 +21,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}