mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-18 06:03:49 +09:00
Merge branch 'main' of github.com:cmanon/wp-strava into main
This commit is contained in:
@@ -8,7 +8,7 @@ import ServerSideRender from '@wordpress/server-side-render';
|
||||
const { __ } = wp.i18n;
|
||||
const { Component } = wp.element;
|
||||
const { InspectorControls } = wp.editor;
|
||||
const { PanelBody, ToggleControl, Button, ButtonGroup } = wp.components;
|
||||
const { PanelBody, ToggleControl, ServerSideRender, Button, ButtonGroup } = wp.components;
|
||||
const { isEmpty } = lodash;
|
||||
|
||||
class Edit extends Component {
|
||||
|
||||
Reference in New Issue
Block a user