From 6838405f85e47099b2d8f35cb84cd2bc1218fd89 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:09:20 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8c296a7..049c15a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import { Work_Sans, Source_Sans_3 } from "next/font/google"; import "./globals.css"; -import { Tag } from "@/components/tag/Tag"; const workSans = Work_Sans({ variable: "--font-work-sans", subsets: ["latin"], @@ -25,7 +24,6 @@ export default function RootLayout({ - {children}