Improve the frontend 3
This commit is contained in:
@@ -26,6 +26,10 @@ export { productionService } from './services/production';
|
||||
export { posService } from './services/pos';
|
||||
export { recipesService } from './services/recipes';
|
||||
|
||||
// NEW: Sprint 2 & 3 Services
|
||||
export * as procurementService from './services/procurement';
|
||||
export * as orchestratorService from './services/orchestrator';
|
||||
|
||||
// Types - Auth
|
||||
export type {
|
||||
User,
|
||||
@@ -701,4 +705,9 @@ export {
|
||||
recipesKeys,
|
||||
} from './hooks/recipes';
|
||||
|
||||
// Note: All query key factories are already exported in their respective hook sections above
|
||||
// Hooks - Orchestrator
|
||||
export {
|
||||
useRunDailyWorkflow,
|
||||
} from './hooks/orchestrator';
|
||||
|
||||
// Note: All query key factories are already exported in their respective hook sections above
|
||||
|
||||
Reference in New Issue
Block a user