From 088a7fd7991158ba6eb43390e8719aedb7ccd1d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 18:23:29 +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 e50b9df..339a693 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"], @@ -43,7 +42,7 @@ export default function RootLayout({ - + {children}