diff --git a/app/layout.tsx b/app/layout.tsx index f38ccdb..d8eee61 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -3,7 +3,7 @@ import "./globals.css"; import { Inter } from "next/font/google"; const inter = Inter({ subsets: ["latin"] }); - +// export const metadata = { title: "Create Next App", description: "Generated by create next app",