Working in WP 5.1

This commit is contained in:
Justin Foell
2020-11-28 12:34:10 -06:00
parent 33a12e3709
commit 833731b37f
+1 -2
View File
@@ -5,9 +5,8 @@ import EmbedControls from './embed-controls';
const { __ } = wp.i18n;
const { Component } = wp.element;
const { InspectorControls } = wp.editor;
const { PanelBody, ToggleControl } = wp.components;
const { PanelBody, ToggleControl, ServerSideRender } = wp.components;
const { isEmpty } = lodash;
const { serverSideRender: ServerSideRender } = wp;
class Edit extends Component {