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