feat(barcode gen): added in lane exports both single and multiple intial release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Cylinder, Package, Truck } from "lucide-react";
|
||||
import { Barcode, Cylinder, Package, Truck } from "lucide-react";
|
||||
import {
|
||||
SidebarGroup,
|
||||
SidebarGroupContent,
|
||||
@@ -15,6 +15,7 @@ const iconMap: any = {
|
||||
Package: Package,
|
||||
Truck: Truck,
|
||||
Cylinder: Cylinder,
|
||||
Barcode: Barcode,
|
||||
};
|
||||
|
||||
export function LogisticsSideBar({
|
||||
|
||||
Reference in New Issue
Block a user