diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-03-14 13:11:46 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-03-14 13:11:46 -0500 |
commit | 7ff4e91363e1d58a3d1182827f0a06858dcafb87 (patch) | |
tree | b5be0def0cc69f2dc0205dddfad129601492587e /src/view/com/util/PostEmbeds/index.tsx | |
parent | cf30c66c3392c948234f6e8cda2eaf89f7f0bfc6 (diff) | |
download | voidsky-7ff4e91363e1d58a3d1182827f0a06858dcafb87.tar.zst |
Move the shell-ui model to the ui folder
Diffstat (limited to 'src/view/com/util/PostEmbeds/index.tsx')
-rw-r--r-- | src/view/com/util/PostEmbeds/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/PostEmbeds/index.tsx b/src/view/com/util/PostEmbeds/index.tsx index 3d3356712..02a8aa90e 100644 --- a/src/view/com/util/PostEmbeds/index.tsx +++ b/src/view/com/util/PostEmbeds/index.tsx @@ -15,7 +15,7 @@ import { import {Link} from '../Link' import {AutoSizedImage} from '../images/AutoSizedImage' import {ImageLayoutGrid} from '../images/ImageLayoutGrid' -import {ImagesLightbox} from 'state/models/shell-ui' +import {ImagesLightbox} from 'state/models/ui/shell' import {useStores} from 'state/index' import {usePalette} from 'lib/hooks/usePalette' import {saveImageModal} from 'lib/media/manip' |