File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/lazy-components/style-guide Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 i18n , srcUrl , homeUrl ,
1414} from 'stackable'
1515import { isDarkColor } from '~stackable/util'
16- import { LONG_TEXT } from '~stackable/util /block-templates'
16+ import { LONG_TEXT } from '. /block-templates'
1717
1818import { __ , sprintf } from '@wordpress/i18n'
1919import {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 createUniqueClass ,
1111 blockStyleGenerators ,
1212} from '~stackable/util'
13- import { PLACEHOLDER_INNER_BLOCKS } from '~stackable/util /block-templates'
13+ import { PLACEHOLDER_INNER_BLOCKS } from '. /block-templates'
1414
1515import { __ , sprintf } from '@wordpress/i18n'
1616import { RawHTML } from '@wordpress/element'
You can’t perform that action at this time.
0 commit comments