diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 535a645..1a5c382 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -import { Tag } from "@/components/Tag"; -import { ServiceWrapper } from "@/providers/service-wrapper/ServiceWrapper"; const geistSans = Geist({ variable: "--font-geist-sans", subsets: ["latin"], @@ -25,8 +23,7 @@ export default function RootLayout({ return (
-