From bf742240daf56ea987655a6accad6f070ebd0f23 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:54:52 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 43f15e7..e86a15f 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"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], @@ -19,7 +18,7 @@ export default function RootLayout({ return ( - {children} + {children}