File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
22import { registerPlugin } from '@wordpress/plugins'
3- import GuidedModalTour from './index '
3+ import { GuidedModalTour } from '~stackable/components '
44
55const EditorBlockTour = ( ) => {
66 return < GuidedModalTour tourId = "blocks" />
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ import { registerPlugin } from '@wordpress/plugins'
88import { useEffect } from '@wordpress/element'
99import { dispatch } from '@wordpress/data'
1010
11+ import './editor-block-tour'
12+
1113const TourTrigger = ( ) => {
1214 useEffect ( ( ) => {
1315 // Check the GET parameter for the tour ID.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import './global-settings'
55import './theme-block-size'
66import './design-library-button'
77import './layout-picker-reset'
8- import './guided-modal-tour-trigger '
8+ import './guided-modal-tour'
99// import './v2-migration-popup' // Probably 1.5yrs of checking for backward compatibility is enough.
1010import './editor-device-preview-class'
1111import './theme-block-style-inheritance'
You can’t perform that action at this time.
0 commit comments