From ea38108dbdb845afbd94a431fc505a7aaab1ca08 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:39:38 +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 6db085b..be4ea53 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Inter_Tight } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag"; const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], @@ -20,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}