This commit is contained in:
NotII
2025-03-03 20:24:26 +00:00
parent de6ec3bfaf
commit f5c7994bf7
11 changed files with 827 additions and 110 deletions

View File

@@ -1,4 +1,4 @@
import { Home, Package, Box, Truck, Settings, FolderTree } from "lucide-react"
import { Home, Package, Box, Truck, Settings, FolderTree, MessageCircle } from "lucide-react"
export const sidebarConfig = [
{
@@ -15,6 +15,7 @@ export const sidebarConfig = [
{ name: "Categories", href: "/dashboard/categories", icon: FolderTree},
{ name: "Shipping", href: "/dashboard/shipping", icon: Truck },
{ name: "Storefront", href: "/dashboard/storefront", icon: Settings },
{ name: "Customer Chats", href: "/dashboard/chats", icon: MessageCircle },
],
},
]