From 959941cf43e71c533c1375879e8301d43e4e504b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:06:39 +0000 Subject: [PATCH 1/2] 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 6d6da9f..8a2ae4b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,6 @@ import type { Metadata } from "next"; import { Manrope } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], @@ -19,9 +18,7 @@ export default function RootLayout({ return ( - - {children} - + {children}