aboutsummaryrefslogtreecommitdiff
path: root/src/screens/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/index.ts')
-rw-r--r--src/screens/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screens/index.ts b/src/screens/index.ts
new file mode 100644
index 00000000..5dd3007a
--- /dev/null
+++ b/src/screens/index.ts
@@ -0,0 +1,3 @@
+export * from './main';
+export * from './onboarding';
+export * from './profile';