Update src/app/layout.tsx

This commit is contained in:
2026-03-05 09:34:01 +00:00
parent 0c0aafe713
commit b70f859591

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Create Next App", description: "Generated by create next app"};
title: "Create Next App", description: "Generated by create next app"
};
export default function RootLayout({
children,