toggle screen for product configurations
This commit is contained in:
@@ -15,6 +15,7 @@ import {
|
||||
Package,
|
||||
PackageCheck,
|
||||
Settings,
|
||||
SlidersHorizontal,
|
||||
ShoppingCart,
|
||||
SwatchBook,
|
||||
Tag,
|
||||
@@ -44,6 +45,7 @@ const navItems: {
|
||||
{ title: "Category", href: "/dashboard/products/categories", icon: ListTree },
|
||||
{ title: "Brand", href: "/dashboard/products/brands", icon: Tag },
|
||||
{ title: "Variant", href: "/dashboard/products/variants", icon: SwatchBook },
|
||||
{ title: "Product Configuration", href: "/dashboard/products/configuration", icon: SlidersHorizontal },
|
||||
],
|
||||
},
|
||||
{ title: "Vendors", href: "/dashboard/vendors", icon: Truck, chevron: true },
|
||||
|
||||
Reference in New Issue
Block a user