Improve the frontend 3

This commit is contained in:
Urtzi Alfaro
2025-10-30 21:08:07 +01:00
parent 36217a2729
commit 63f5c6d512
184 changed files with 21512 additions and 7442 deletions

View File

@@ -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