Start integrating the onboarding flow with backend 11

This commit is contained in:
Urtzi Alfaro
2025-09-07 09:01:09 +02:00
parent a65aaf269a
commit 9005286ada
12 changed files with 392 additions and 734 deletions

View File

@@ -3,8 +3,7 @@ export { default as OnboardingWizard } from './OnboardingWizard';
// Individual step components
export { BakerySetupStep } from './steps/BakerySetupStep';
export { DataProcessingStep } from './steps/DataProcessingStep';
export { ReviewStep } from './steps/ReviewStep';
export { HistoricalSalesValidationStep } from './steps/HistoricalSalesValidationStep';
export { InventorySetupStep } from './steps/InventorySetupStep';
export { SuppliersStep } from './steps/SuppliersStep';
export { MLTrainingStep } from './steps/MLTrainingStep';