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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/index.ts b/src/screens/index.ts
index 60b26b4c..8c8e7b26 100644
--- a/src/screens/index.ts
+++ b/src/screens/index.ts
@@ -1,2 +1,3 @@
export {default as Login} from './Login';
export {default as Registration} from './Registration';
+export {default as Verification} from './Verification';