Update src/app/layout.tsx

This commit is contained in:
2026-03-09 13:43:27 +00:00
parent 7719005073
commit a135d4fc82

View File

@@ -1,6 +1,6 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] });