diff options
| author | Kingsley-swe <71396041+Kingsley-swe@users.noreply.github.com> | 2020-10-24 20:52:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-24 20:52:28 -0400 |
| commit | 80a5b47d9fef940604d729ff5c428e16aa4be37a (patch) | |
| tree | 8088322f15e89dd7347b1940cc59ad9efc974bfa /src/screens/profile/index.ts | |
| parent | 84d283b44f2b6cecb757edcd94e717a36c3ba3c3 (diff) | |
[TMA 27] Followers list (#69)
* "Followers list "
* Mended followers list
* fix export error
Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
Diffstat (limited to 'src/screens/profile/index.ts')
| -rw-r--r-- | src/screens/profile/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/profile/index.ts b/src/screens/profile/index.ts index 9dfbe409..a9f3511c 100644 --- a/src/screens/profile/index.ts +++ b/src/screens/profile/index.ts @@ -3,3 +3,4 @@ export {default as SocialMediaTaggs} from './SocialMediaTaggs'; export {default as CaptionScreen} from './CaptionScreen'; export {default as IndividualMoment} from './IndividualMoment'; export {default as MomentCommentsScreen} from './MomentCommentsScreen'; +export {default as FollowersListScreen} from './FollowersListScreen';
\ No newline at end of file |
