product: begin content

This commit is contained in:
andr-ew
2023-06-21 20:51:00 -05:00
parent f0187e9f7a
commit b4b6221389
5 changed files with 3398 additions and 1445 deletions

View File

@@ -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>
</>
);