about summary refs log tree commit diff
path: root/src/view/com/lightbox/Lightbox.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/lightbox/Lightbox.web.tsx
parentcf30c66c3392c948234f6e8cda2eaf89f7f0bfc6 (diff)
downloadvoidsky-7ff4e91363e1d58a3d1182827f0a06858dcafb87.tar.zst
Move the shell-ui model to the ui folder
Diffstat (limited to 'src/view/com/lightbox/Lightbox.web.tsx')
-rw-r--r--src/view/com/lightbox/Lightbox.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/lightbox/Lightbox.web.tsx b/src/view/com/lightbox/Lightbox.web.tsx
index dfe4f5603..a79d2ba06 100644
--- a/src/view/com/lightbox/Lightbox.web.tsx
+++ b/src/view/com/lightbox/Lightbox.web.tsx
@@ -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 {