diff options
Diffstat (limited to 'src/components/onboarding/index.ts')
-rw-r--r-- | src/components/onboarding/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/onboarding/index.ts b/src/components/onboarding/index.ts index ef972194..31f356d3 100644 --- a/src/components/onboarding/index.ts +++ b/src/components/onboarding/index.ts @@ -3,3 +3,7 @@ export {default as Background} from './Background'; export {default as RegistrationWizard} from './RegistrationWizard'; export {default as TermsConditions} from './TermsConditions'; export {default as SubmitButton} from './SubmitButton'; +export {default as TaggInput} from './TaggInput'; +export {default as TaggBigInput} from './TaggBigInput'; +export {default as TaggDatePicker} from './TaggDatePicker'; +export {default as TaggDropDown} from './TaggDropDown'; |