Move the shell-ui model to the ui folder

This commit is contained in:
Paul Frazee 2023-03-14 13:11:46 -05:00
parent cf30c66c33
commit 7ff4e91363
13 changed files with 14 additions and 14 deletions

View file

@ -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 {