diff options
Diffstat (limited to 'src/screens/index.ts')
-rw-r--r-- | src/screens/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/index.ts b/src/screens/index.ts index 13a9799c..c34cd571 100644 --- a/src/screens/index.ts +++ b/src/screens/index.ts @@ -2,3 +2,4 @@ export * from './main'; export * from './onboarding'; export * from './profile'; export * from './search'; +export * from './suggestedPeople'; |