From b81efb13e2a26946ab6dbfcd8de3db2f9fdb2dd7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 17:09:14 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 16e18f4..538bca3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,10 +21,8 @@ export const metadata: Metadata = { }, }; -const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], -}); + +const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"] }); export default function RootLayout({ children,