Skip to content

Commit

Permalink
Fix icon import
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Sep 1, 2022
1 parent 06cfd2c commit 1b1e445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/assets/src/customizer/customize-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import { debounce } from 'lodash';
* Internal dependencies
*/
import { masonryInit } from '../front-end/components/masonry';
import { ICONS as SWITCHER_ICONS } from '../front-end/components/dark-mode-switch';

import { ICONS as SWITCHER_ICONS } from '../../../../plugin/assets/src/front-end/dark-mode-switch';

export const COLOR_MODES = {
default: 'default',
Expand Down

0 comments on commit 1b1e445

Please sign in to comment.