Update src/app/layout.tsx

This commit is contained in:
2026-04-05 17:09:14 +00:00
parent 1b40d1552f
commit b81efb13e2

View File

@@ -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,