diff --git a/extensions/blocks/slideshow/edit.js b/extensions/blocks/slideshow/edit.js index cc8635cf4ace..9806cc48b9fd 100644 --- a/extensions/blocks/slideshow/edit.js +++ b/extensions/blocks/slideshow/edit.js @@ -7,7 +7,8 @@ import { compose } from '@wordpress/compose'; import { filter, get, map, pick } from 'lodash'; import { isBlobURL } from '@wordpress/blob'; import { withDispatch, withSelect } from '@wordpress/data'; -import { BlockIcon, MediaPlaceholder, mediaUpload } from '@wordpress/block-editor'; +import { BlockIcon, MediaPlaceholder } from '@wordpress/block-editor'; +import { mediaUpload } from '@wordpress/editor'; import { DropZone, FormFileUpload, withNotices } from '@wordpress/components'; /** diff --git a/extensions/blocks/tiled-gallery/edit.js b/extensions/blocks/tiled-gallery/edit.js index b9f34c0716f4..b60bd5c36c80 100644 --- a/extensions/blocks/tiled-gallery/edit.js +++ b/extensions/blocks/tiled-gallery/edit.js @@ -10,8 +10,8 @@ import { InspectorControls, MediaPlaceholder, MediaUpload, - mediaUpload, } from '@wordpress/block-editor'; +import { mediaUpload } from '@wordpress/editor'; import { DropZone, FormFileUpload, diff --git a/extensions/blocks/videopress/editor.js b/extensions/blocks/videopress/editor.js index bcfc27ac4d27..3b27431796d3 100644 --- a/extensions/blocks/videopress/editor.js +++ b/extensions/blocks/videopress/editor.js @@ -3,7 +3,7 @@ */ import { createBlobURL } from '@wordpress/blob'; import { createBlock } from '@wordpress/blocks'; -import { mediaUpload } from '@wordpress/block-editor'; +import { mediaUpload } from '@wordpress/editor'; import { addFilter } from '@wordpress/hooks'; import { every } from 'lodash';