mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-20 07:04:24 +09:00
Move embed components to components folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/* global wp, wpStrava */
|
/* global wp, wpStrava */
|
||||||
import EmbedPlaceholder from './embed-placeholder';
|
import EmbedPlaceholder from '../components/embed-placeholder';
|
||||||
import EmbedControls from './embed-controls';
|
import EmbedControls from '../components/embed-controls';
|
||||||
import SOMOverride from '../components/som-override';
|
import SOMOverride from '../components/som-override';
|
||||||
|
|
||||||
const { __ } = wp.i18n;
|
const { __ } = wp.i18n;
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
import './blocks/activity';
|
import './blocks/activity';
|
||||||
|
import './blocks/route';
|
||||||
|
|||||||
Reference in New Issue
Block a user