File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import {
4040 */
4141import { STYLES } from './components/google-fonts-control/styles' ;
4242import { setConfig } from '../block-editor/utils/get-config' ;
43- import { applyRgbValue } from '../../../../theme/assets/src/ helper/apply-rgb-value' ;
43+ import { applyRgbValue } from '../helper/apply-rgb-value' ;
4444
4545const getIconFontName = iconStyle => {
4646 return iconStyle === 'filled'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {
2323 themeFromSourceColor ,
2424 applyTheme ,
2525} from '@material/material-color-utilities' ;
26- import { applyRgbValue } from '../../../../theme/assets/src/ helper/apply-rgb-value' ;
26+ import { applyRgbValue } from '../helper/apply-rgb-value' ;
2727
2828const body = document . body ;
2929export const ICONS = {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments