aboutsummaryrefslogtreecommitdiff
path: root/src/components/onboarding/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/onboarding/index.ts')
-rw-r--r--src/components/onboarding/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/onboarding/index.ts b/src/components/onboarding/index.ts
index 01255c01..ef972194 100644
--- a/src/components/onboarding/index.ts
+++ b/src/components/onboarding/index.ts
@@ -2,3 +2,4 @@ export {default as ArrowButton} from './ArrowButton';
export {default as Background} from './Background';
export {default as RegistrationWizard} from './RegistrationWizard';
export {default as TermsConditions} from './TermsConditions';
+export {default as SubmitButton} from './SubmitButton';