Files
gruperly/apps/web/src/components/onboarding/index.ts
2026-09-15 15:41:45 -03:00

5 lines
246 B
TypeScript

export { Stepper, type StepperProps } from './Stepper'
export { WelcomeStep } from './WelcomeStep'
export { PaymentStep } from './PaymentStep'
export { FirstGroupStep } from './FirstGroupStep'
export { ConfirmationStep } from './ConfirmationStep'