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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/onboarding/index.ts b/src/components/onboarding/index.ts
new file mode 100644
index 00000000..01255c01
--- /dev/null
+++ b/src/components/onboarding/index.ts
@@ -0,0 +1,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';