diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a522de8..43ac8d9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,6 @@ import type { Metadata } from "next"; import { Inter_Tight } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], @@ -33,7 +32,7 @@ export default function RootLayout({ />
-