IMPORVE ONBOARDING STEPS

This commit is contained in:
Urtzi Alfaro
2025-11-09 09:22:08 +01:00
parent 4678f96f8f
commit cbe19a3cd1
27 changed files with 2801 additions and 1149 deletions

View File

@@ -1,4 +1,4 @@
export { SetupWizard } from './SetupWizard';
export type { SetupStepConfig, SetupStepProps } from './SetupWizard';
// SetupWizard.tsx has been deleted - setup is now integrated into UnifiedOnboardingWizard
// Individual setup steps are still used by UnifiedOnboardingWizard
export * from './steps';
export * from './components';