diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7b875ca..6340cf0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,6 @@ import type { Metadata } from "next"; import { Figtree } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; const figtree = Figtree({ variable: "--font-figtree", subsets: ["latin"], @@ -36,6 +35,38 @@ export default function RootLayout({ }>) { return ( + +