From 3c822d6397b9eb0db5b7d25c8b0631c37df0f9bb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:25: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 456f639..0b0856b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import { DM_Sans } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; -import Tag from "@/components/common/Tag/Tag"; const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], @@ -20,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}