From 7b97a65d5ca2eb0ff317e58c9bbddddf488f89da Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:41:37 +0000 Subject: [PATCH] Switch to version 2: modified src/app/layout.tsx --- src/app/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a0df101..6a29930 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -43,7 +43,6 @@ export const metadata: Metadata = { }; - const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], });