Update src/app/shop/page.tsx
This commit is contained in:
@@ -42,6 +42,7 @@ function ShopPageContent() {
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user