feat: basic onboarding flow\

This commit is contained in:
Jose Selesan
2026-09-15 15:41:45 -03:00
parent 874b6e0cff
commit a92e9e77c3
37 changed files with 1775 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
export { Stepper, type StepperProps } from './Stepper'
export { WelcomeStep } from './WelcomeStep'
export { PaymentStep } from './PaymentStep'
export { FirstGroupStep } from './FirstGroupStep'
export { ConfirmationStep } from './ConfirmationStep'