From 6d98cb147911cdb59794b5b893bd6c65f1b684e0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:12:29 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 535a645..1a5c382 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -import { Tag } from "@/components/Tag"; -import { ServiceWrapper } from "@/providers/service-wrapper/ServiceWrapper"; const geistSans = Geist({ variable: "--font-geist-sans", subsets: ["latin"], @@ -25,8 +23,7 @@ export default function RootLayout({ return ( - - {children} + {children}