about summary refs log tree commit diff
path: root/src/view/com/util/PostEmbeds/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-23 16:02:31 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-23 16:02:31 -0600
commit4182edfd7e3333fcf31b94f2f091fe143945b809 (patch)
tree51fa2548f8138603d0f69ab7ff87d56c2d7b70ee /src/view/com/util/PostEmbeds/index.tsx
parent0f293ecf950c1563668a3a2d2fefb6e9d4585736 (diff)
downloadvoidsky-4182edfd7e3333fcf31b94f2f091fe143945b809.tar.zst
Implement image uploading in the web composer
Diffstat (limited to 'src/view/com/util/PostEmbeds/index.tsx')
-rw-r--r--src/view/com/util/PostEmbeds/index.tsx2
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 031f01e88..d2186b600 100644
--- a/src/view/com/util/PostEmbeds/index.tsx
+++ b/src/view/com/util/PostEmbeds/index.tsx
@@ -13,7 +13,7 @@ import {ImageLayoutGrid} from '../images/ImageLayoutGrid'
 import {ImagesLightbox} from 'state/models/shell-ui'
 import {useStores} from 'state/index'
 import {usePalette} from 'lib/hooks/usePalette'
-import {saveImageModal} from 'lib/images'
+import {saveImageModal} from 'lib/media/manip'
 import YoutubeEmbed from './YoutubeEmbed'
 import ExternalLinkEmbed from './ExternalLinkEmbed'
 import {getYoutubeVideoId} from 'lib/strings/url-helpers'