about summary refs log tree commit diff
path: root/src/view/com/modals/Modal.web.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-03-14 13:11:46 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-03-14 13:11:46 -0500
commit7ff4e91363e1d58a3d1182827f0a06858dcafb87 (patch)
treeb5be0def0cc69f2dc0205dddfad129601492587e /src/view/com/modals/Modal.web.tsx
parentcf30c66c3392c948234f6e8cda2eaf89f7f0bfc6 (diff)
downloadvoidsky-7ff4e91363e1d58a3d1182827f0a06858dcafb87.tar.zst
Move the shell-ui model to the ui folder
Diffstat (limited to 'src/view/com/modals/Modal.web.tsx')
-rw-r--r--src/view/com/modals/Modal.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/Modal.web.tsx b/src/view/com/modals/Modal.web.tsx
index 0627fa9b6..d8815376c 100644
--- a/src/view/com/modals/Modal.web.tsx
+++ b/src/view/com/modals/Modal.web.tsx
@@ -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'