diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ce302df..28528c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import localFont from "next/font/local"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper"; -import { Tag } from "@/components/shared/Tag"; const geistSans = localFont({ src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"}); @@ -24,10 +22,7 @@ export default function RootLayout({ - - - {children} - + {children}