From b3a30e376873382709c24682f2a6cc6d7034805f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:32:41 +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 20d4ade..22bfebe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Onest } from "next/font/google"; import "./globals.css"; -import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const onest = Onest({ variable: "--font-onest", subsets: ["latin"], @@ -20,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}