feat(helpercommands): added in helpercommnands link
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Barcode, Cylinder, Package, Truck } from "lucide-react";
|
||||
import { Barcode, Cylinder, Package, Truck, Command } from "lucide-react";
|
||||
import {
|
||||
SidebarGroup,
|
||||
SidebarGroupContent,
|
||||
@@ -16,6 +16,7 @@ const iconMap: any = {
|
||||
Truck: Truck,
|
||||
Cylinder: Cylinder,
|
||||
Barcode: Barcode,
|
||||
Command: Command,
|
||||
};
|
||||
|
||||
export function LogisticsSideBar({
|
||||
|
||||
Reference in New Issue
Block a user