Move embed components to components folder

This commit is contained in:
Justin Foell
2021-01-29 12:38:10 -06:00
parent 62ce128cfe
commit 974cd2e908
4 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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
View File
@@ -1 +1,2 @@
import './blocks/activity';
import './blocks/route';