diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4e252c..00abb6e 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"; -import { Tag } from "@/components"; const geistSans = localFont({ src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"}); @@ -38,11 +36,11 @@ export default function RootLayout({ }} /> - - - - {children} - + + {children}