diff --git a/src/state/models/ui/profile-ui.ts b/src/state/models/ui/profile.ts similarity index 100% rename from src/state/models/ui/profile-ui.ts rename to src/state/models/ui/profile.ts diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx index 8344dcef2a..cd59b2f63d 100644 --- a/src/view/screens/Profile.tsx +++ b/src/view/screens/Profile.tsx @@ -6,7 +6,7 @@ import {NativeStackScreenProps, CommonNavigatorParams} from 'lib/routes/types' import {withAuthRequired} from 'view/com/auth/withAuthRequired' import {ViewSelector} from '../com/util/ViewSelector' import {CenteredView} from '../com/util/Views' -import {ProfileUiModel, Sections} from 'state/models/ui/profile-ui' +import {ProfileUiModel, Sections} from 'state/models/ui/profile' import {useStores} from 'state/index' import {ProfileHeader} from '../com/profile/ProfileHeader' import {FeedItem} from '../com/posts/FeedItem'