diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9a6e8da..24a6811 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Geist } from "next/font/google"; import "./globals.css"; -import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const geist = Geist({ variable: "--font-geist", subsets: ["latin"], @@ -19,10 +17,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}