Files
vexplor_dev/frontend/components/pop/hardcoded/index.ts

26 lines
607 B
TypeScript
Raw Normal View History

export {
InboundCart,
InboundTypeSelect,
PurchaseInbound,
SupplierModal,
} from "./inbound";
export { InOutHistory, InventoryHome } from "./inventory";
export { KpiCarousel } from "./KpiCarousel";
export { MenuIcons } from "./MenuIcons";
export {
CustomerModal,
OutboundCartPage,
OutboundTypeSelect,
SalesOutbound,
} from "./outbound";
export { PopShell } from "./PopShell";
export {
AcceptProcessModal,
DefectTypeModal,
ProcessTimer,
ProcessWork,
WorkOrderList,
} from "./production";
export { InspectionList, QualityHome } from "./quality";
export { RecentActivity } from "./RecentActivity";