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 {TouchableWithoutFeedback, StyleSheet, View} from 'react-native'
|
|||
import {observer} from 'mobx-react-lite'
|
||||
import {useStores} from 'state/index'
|
||||
import {usePalette} from 'lib/hooks/usePalette'
|
||||
import type {Modal as ModalIface} from 'state/models/shell-ui'
|
||||
import type {Modal as ModalIface} from 'state/models/ui/shell'
|
||||
|
||||
import * as ConfirmModal from './Confirm'
|
||||
import * as EditProfileModal from './EditProfile'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue