From aa1c39f17d808a15b4f0aad3130d1d4ff736d791 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 11:59:17 +0000 Subject: [PATCH] Remove watermark --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c18273c..baf05d0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,6 @@ import { DM_Sans } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], @@ -37,7 +36,7 @@ export default function RootLayout({ - + {children}