From effdebac4f7e7c6199ddd080a7cd2f221d7a217a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:43:39 +0000 Subject: [PATCH 1/2] 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 0e60f46..5813403 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Lexend } from "next/font/google"; import "./globals.css"; -import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; -import Tag from "@/components/tag/Tag"; const lexend = Lexend({ variable: "--font-lexend", subsets: ["latin"], @@ -20,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}