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 (
-