about summary refs log tree commit diff
path: root/src/state/models
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-14 13:11:04 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-03-14 13:11:04 -0500
commitcf30c66c3392c948234f6e8cda2eaf89f7f0bfc6 (patch)
tree8bdf052beb0cfc43cb89dcd6dac526dedc7b7f86 /src/state/models
parentacf0f80de2a7a96ad8ee58dbf6aa8cb59859c9e8 (diff)
downloadvoidsky-cf30c66c3392c948234f6e8cda2eaf89f7f0bfc6.tar.zst
Move the profile-ui model to the new ui folder
Diffstat (limited to 'src/state/models')
-rw-r--r--src/state/models/ui/profile-ui.ts (renamed from src/state/models/profile-ui.ts)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/state/models/profile-ui.ts b/src/state/models/ui/profile-ui.ts
index 89723361a..1d4fe28cd 100644
--- a/src/state/models/profile-ui.ts
+++ b/src/state/models/ui/profile-ui.ts
@@ -1,7 +1,7 @@
 import {makeAutoObservable} from 'mobx'
-import {RootStoreModel} from './root-store'
-import {ProfileViewModel} from './profile-view'
-import {FeedModel} from './feed-view'
+import {RootStoreModel} from '../root-store'
+import {ProfileViewModel} from '../profile-view'
+import {FeedModel} from '../feed-view'
 
 export enum Sections {
   Posts = 'Posts',