diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-12-11 21:12:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 21:12:58 +0000 |
commit | 89c6ca94fe5f13a06d592be0771ebc27774b01ea (patch) | |
tree | 132c6144c814e75135bd51238334069945fb9efc /src/Navigation.tsx | |
parent | 7db5882ea287a7a97084680fc4d310f7077c44d1 (diff) | |
download | voidsky-89c6ca94fe5f13a06d592be0771ebc27774b01ea.tar.zst |
Followers/following exact count (#7057)
* followers exact count in heading * exact count for following * move files to new dir * use <Plural>
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 0b162d363..cf0021526 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -57,8 +57,6 @@ import {PrivacyPolicyScreen} from '#/view/screens/PrivacyPolicy' import {ProfileScreen} from '#/view/screens/Profile' import {ProfileFeedScreen} from '#/view/screens/ProfileFeed' import {ProfileFeedLikedByScreen} from '#/view/screens/ProfileFeedLikedBy' -import {ProfileFollowersScreen} from '#/view/screens/ProfileFollowers' -import {ProfileFollowsScreen} from '#/view/screens/ProfileFollows' import {ProfileListScreen} from '#/view/screens/ProfileList' import {SavedFeeds} from '#/view/screens/SavedFeeds' import {SearchScreen} from '#/view/screens/Search' @@ -77,6 +75,8 @@ import {PostLikedByScreen} from '#/screens/Post/PostLikedBy' import {PostQuotesScreen} from '#/screens/Post/PostQuotes' import {PostRepostedByScreen} from '#/screens/Post/PostRepostedBy' import {ProfileKnownFollowersScreen} from '#/screens/Profile/KnownFollowers' +import {ProfileFollowersScreen} from '#/screens/Profile/ProfileFollowers' +import {ProfileFollowsScreen} from '#/screens/Profile/ProfileFollows' import {ProfileLabelerLikedByScreen} from '#/screens/Profile/ProfileLabelerLikedBy' import {AppearanceSettingsScreen} from '#/screens/Settings/AppearanceSettings' import {AppIconSettingsScreen} from '#/screens/Settings/AppIconSettings' |