diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0ccdfc5..c9a25fa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,7 +4,6 @@ import { Inter } from "next/font/google"; import { Figtree } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; const halant = Halant({ variable: "--font-halant", subsets: ["latin"], @@ -48,11 +47,13 @@ export default function RootLayout({ }>) { return ( + + + - {children}