mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
product: begin content
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
export default function ProductLayout({ children }) {
|
||||
export default function PageLayout({ children }) {
|
||||
return (
|
||||
<>
|
||||
{/* <header> */}
|
||||
{/* <nav> */}
|
||||
{/* <a>back</a> */}
|
||||
{/* </nav> */}
|
||||
{/* </header> */}
|
||||
<main>{children}</main>
|
||||
</>
|
||||
);
|
||||
|
Reference in New Issue
Block a user