about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-14 13:12:13 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-03-14 13:12:13 -0500
commit4eb9eb006ca2e6fcf22d0193a68708209a79c50d (patch)
tree7ffdb18a22ed0b64c5cea68931a1bb9841f98eb1
parent7ff4e91363e1d58a3d1182827f0a06858dcafb87 (diff)
downloadvoidsky-4eb9eb006ca2e6fcf22d0193a68708209a79c50d.tar.zst
Fix redundant filename
-rw-r--r--src/state/models/ui/profile.ts (renamed from src/state/models/ui/profile-ui.ts)0
-rw-r--r--src/view/screens/Profile.tsx2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/ui/profile-ui.ts b/src/state/models/ui/profile.ts
index 1d4fe28cd..1d4fe28cd 100644
--- a/src/state/models/ui/profile-ui.ts
+++ b/src/state/models/ui/profile.ts
diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx
index 8344dcef2..cd59b2f63 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'