Skip to content

Commit

Permalink
context/getStyledClassName: refactor away from lodash.kebabCase
Browse files Browse the repository at this point in the history
  • Loading branch information
flootr committed Mar 2, 2023
1 parent 9fcf6be commit 5dd0e3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { kebabCase } from 'lodash';
import { paramCase as kebabCase } from 'change-case';
import memoize from 'memize';

/**
Expand Down

0 comments on commit 5dd0e3b

Please sign in to comment.