From 2ace99759ba907a1581ad73bcbb62b2621f4197a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:11:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bf53cfe..0c04e4f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,6 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], @@ -19,10 +18,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}