Update src/app/layout.tsx

This commit is contained in:
2026-03-06 13:51:49 +00:00
parent ee73be134a
commit 95e13f8bcc

View File

@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
});
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,