From 0decf9431deb8d0361f26539c27b3f521108af5e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:29:47 +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 13211f1..9c7f8b5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import localFont from "next/font/local"; import "./globals.css"; -import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; const geistSans = localFont({ src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"}); @@ -20,9 +19,7 @@ export default function RootLayout({ return ( - - {children} - + {children}