From 8c6ddee8aa4c890dedd12507c10a08915d97ef03 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:29:19 +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 2596b50..ee00843 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 "@/components/common/Tag"; const geist = Geist({ variable: "--font-geist-sans", subsets: ["latin"], @@ -38,10 +36,7 @@ export default function RootLayout({ /> - - - {children} - + {children}