From 0f8663b2db37c7a8d460cbfdd50005294b8b60eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 23:42:48 +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 6b6e83b..832d2ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,7 +4,6 @@ import { Inter } from "next/font/google"; import { Open_Sans } 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"], @@ -41,7 +40,7 @@ export default function RootLayout({ - + {children}