From f29045cfd3a5901c6ddfdcb4dd270398b1700571 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:53:48 +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 959c1c2..45114db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Inter_Tight } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/ServiceWrapper"; -import { Tag } from "@/providers/Tag"; const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], @@ -21,10 +19,7 @@ export default function RootLayout({ return ( - - {children} - - + {children}