mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-15 12:43:41 +09:00
Working in WP 5.1
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user