From 81e1564f95da7f948427ebdd154875718d7d724d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:07:56 +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 498a746..0c273de 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./styles/variables.css"; import "./globals.css"; -import { Tag } from "@/components/tag/Tag"; const geistSans = Geist({ variable: "--font-geist-sans", subsets: ["latin"], @@ -42,7 +41,6 @@ export default function RootLayout({ suppressHydrationWarning > - {children} -- 2.49.1