From 640c3f0cddc7db846816975b7d2bfbcc9004e374 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:17:28 +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 ce302df..28528c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import localFont from "next/font/local"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper"; -import { Tag } from "@/components/shared/Tag"; const geistSans = localFont({ src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"}); @@ -24,10 +22,7 @@ export default function RootLayout({ - - - {children} - + {children}