Move the shell-ui model to the ui folder
This commit is contained in:
parent
cf30c66c33
commit
7ff4e91363
13 changed files with 14 additions and 14 deletions
|
@ -3,7 +3,7 @@ import {View} from 'react-native'
|
|||
import {observer} from 'mobx-react-lite'
|
||||
import ImageView from './ImageViewing'
|
||||
import {useStores} from 'state/index'
|
||||
import * as models from 'state/models/shell-ui'
|
||||
import * as models from 'state/models/ui/shell'
|
||||
import {saveImageModal} from 'lib/media/manip'
|
||||
import {ImageSource} from './ImageViewing/@types'
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import {
|
|||
import {observer} from 'mobx-react-lite'
|
||||
import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
|
||||
import {useStores} from 'state/index'
|
||||
import * as models from 'state/models/shell-ui'
|
||||
import * as models from 'state/models/ui/shell'
|
||||
import {colors} from 'lib/styles'
|
||||
|
||||
interface Img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue