mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
initial setup
navbar styling
This commit is contained in:
12
app/product/layout.tsx
Normal file
12
app/product/layout.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
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>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user