From 0d568a842c2d9d0923cddd2d195272b8fc60d2e8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:25: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 3423b1b..8e541d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import { Inter_Tight } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], @@ -21,10 +19,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}