Skip to content

Commit

Permalink
[not verified] Fix wrong getIconColor import
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Sep 7, 2023
1 parent 873b12c commit 8a05697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable jsdoc/no-undefined-types */
import { getIconColor } from './get-icon-color';
import getIconColor from './get-icon-color';

/**
* Generate an icon as a React component from the SVG markup defined in a block.json metadata file.
Expand Down

0 comments on commit 8a05697

Please sign in to comment.