This commit is contained in:
suraj.shenoy.b@gmail.com
2025-01-25 10:50:19 -06:00
parent 4798efa02e
commit a31a4d931b
2 changed files with 0 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
export const metadata = {
title: 'Next.js',
description: 'Generated by Next.js',
}
export default function RootLayout({
children,
}: {
children: React.ReactNode
}) {
return (
<html lang="en">
<body>{children}</body>
</html>
)
}