From 9a75dd98529cdf031bd22257ac2af8651bff85b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:15:09 +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 8cfe195..411a3e4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], @@ -18,9 +17,7 @@ export default function RootLayout({ return ( - - {children} - + {children}