Move the profile-ui model to the new ui folder

This commit is contained in:
Paul Frazee 2023-03-14 13:11:04 -05:00
parent acf0f80de2
commit cf30c66c33
2 changed files with 4 additions and 4 deletions

View file

@ -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',