Improve the inventory page

This commit is contained in:
Urtzi Alfaro
2025-09-17 16:06:30 +02:00
parent 7aa26d51d3
commit dcb3ce441b
39 changed files with 5852 additions and 1762 deletions

View File

@@ -1,6 +1,14 @@
// Inventory Domain Components
export { default as LowStockAlert, type LowStockAlertProps } from './LowStockAlert';
export { default as InventoryItemModal, type InventoryItemModalProps } from './InventoryItemModal';
// Focused Modal Components
export { default as CreateItemModal } from './CreateItemModal';
export { default as QuickViewModal } from './QuickViewModal';
export { default as AddStockModal } from './AddStockModal';
export { default as UseStockModal } from './UseStockModal';
export { default as HistoryModal } from './HistoryModal';
export { default as StockLotsModal } from './StockLotsModal';
export { default as EditItemModal } from './EditItemModal';
export { default as DeleteIngredientModal } from './DeleteIngredientModal';
// Re-export related types from inventory types
export type {