Simplify the onboardinf flow components

This commit is contained in:
Urtzi Alfaro
2025-09-08 17:19:00 +02:00
parent 201817a1be
commit 2e1e696cb5
32 changed files with 1431 additions and 6366 deletions

View File

@@ -0,0 +1,4 @@
export { RegisterTenantStep } from './RegisterTenantStep';
export { UploadSalesDataStep } from './UploadSalesDataStep';
export { MLTrainingStep } from './MLTrainingStep';
export { CompletionStep } from './CompletionStep';