diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6b45d84..fbde4a2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,8 +2,6 @@ import type { Metadata } from "next"; import { Figtree } from "next/font/google"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/providers/themeProvider/Tag"; const figtree = Figtree({ variable: "--font-figtree", subsets: ["latin"], @@ -20,10 +18,7 @@ export default function RootLayout({ return (
-