automation

This commit is contained in:
Hagernesh
2026-06-17 22:16:01 +00:00
parent 5a6e1ef363
commit ff79657018
3 changed files with 58 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ import {
Truck,
Container,
Package,
PackageOpen,
//TrainTrack,
} from "lucide-react";
@@ -143,6 +144,11 @@ const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [
href: "/dashboard/warehouse-inventory",
icon: <Package />,
},
{
label: "Arrival Queue",
href: "/dashboard/arrival-queue",
icon: <PackageOpen />,
},
{
label: "Loading Queue",
href: "/dashboard/loading-queue",