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