Skip to content

Commit

Permalink
fix(useClassy): lowercase imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg committed Dec 25, 2021
1 parent 7538809 commit 278f38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useClassy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { classy } from "../classy";
*/
export const useClassy = (scope, namespace) => {
const bem = useCallback(() => {
return new Classy({
return new classy({
classes: scope,
bem: namespace,
});
Expand Down

0 comments on commit 278f38d

Please sign in to comment.