Update src/app/layout.tsx

This commit is contained in:
2026-03-04 20:35:47 +00:00
parent 6e5bf7ec2d
commit 40e4f6f271

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,