woohoo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Home, Package, Box, Truck, Settings, FolderTree, MessageCircle, BarChart3, Tag } from "lucide-react"
|
||||
import { Home, Package, Box, Truck, Settings, FolderTree, MessageCircle, BarChart3, Tag, Users } from "lucide-react"
|
||||
|
||||
export const sidebarConfig = [
|
||||
{
|
||||
@@ -12,6 +12,7 @@ export const sidebarConfig = [
|
||||
items: [
|
||||
{ name: "Orders", href: "/dashboard/orders", icon: Package },
|
||||
{ name: "Customer Chats", href: "/dashboard/chats", icon: MessageCircle },
|
||||
{ name: "Customers", href: "/dashboard/storefront/customers", icon: Users },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user