Update frontend to allow categories
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Home, Package, Box, Truck, Settings } from "lucide-react"
|
||||
import { Home, Package, Box, Truck, Settings, FolderTree } from "lucide-react"
|
||||
|
||||
export const sidebarConfig = [
|
||||
{
|
||||
@@ -12,6 +12,7 @@ export const sidebarConfig = [
|
||||
title: "Management",
|
||||
items: [
|
||||
{ name: "Products", href: "/dashboard/products", icon: Box },
|
||||
{ name: "Categories", href: "/dashboard/categories", icon: FolderTree},
|
||||
{ name: "Shipping", href: "/dashboard/shipping", icon: Truck },
|
||||
{ name: "Storefront", href: "/dashboard/storefront", icon: Settings },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user