File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ import { useBlockLayoutDefaults } from './use-global-block-layout-defaults'
33
44import { settings } from 'stackable'
55import { generateStyles } from '~stackable/block-components'
6- import { createTypographyDescription , createTypographyStyles } from '~stackable/util'
6+ import { createTypographyStyles } from '~stackable/util/typography/styles'
7+ import { createTypographyDescription } from '~stackable/util/typography/description'
78import { renderGlobalBlockLayoutStyles } from '~stackable/plugins/global-settings/utils'
89import { renderGlobalBlockStyleStyles } from '~stackable/plugins/global-settings/block-styles/editor-loader'
910import { renderGlobalColorSchemeStyles } from '~stackable/plugins/global-settings/color-schemes/editor-loader'
You can’t perform that action at this time.
0 commit comments