diff --git a/assets/js/src/components/video-block.js b/assets/js/src/components/video-block.js index e80415a..12f5c70 100644 --- a/assets/js/src/components/video-block.js +++ b/assets/js/src/components/video-block.js @@ -1,5 +1,5 @@ -import { InspectorControls, MediaUpload, MediaUploadCheck } from '@wordpress/block-editor'; -import { PanelBody, TextControl, Button } from '@wordpress/components'; +import { InspectorControls } from '@wordpress/block-editor'; +import { PanelBody, TextControl } from '@wordpress/components'; import { addFilter } from '@wordpress/hooks'; import { createHigherOrderComponent } from '@wordpress/compose';