Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -9,6 +9,7 @@ export default function ProductPage({ params }: { params: { id: string } }) {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
@@ -73,4 +74,4 @@ export default function ProductPage({ params }: { params: { id: string } }) {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user