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}