Move the profile-ui model to the new ui folder
This commit is contained in:
parent
acf0f80de2
commit
cf30c66c33
2 changed files with 4 additions and 4 deletions
|
@ -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',
|
Loading…
Add table
Add a link
Reference in a new issue