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 50ada3d1..44ae4b52 100644 --- a/src/screens/index.ts +++ b/src/screens/index.ts @@ -5,3 +5,4 @@ export * from './search'; export * from './suggestedPeople'; export * from './suggestedPeopleOnboarding'; export * from './badge'; +export * from './chat'; |