Skip to content

Commit

Permalink
Fix inconsistent naming of utility modules
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Sep 18, 2021
1 parent bc04eff commit 674a462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/vanilla/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export * from './intersects';
export * from './removeElement';
export * from './selectAll';
export * from './constants';
export * from './deep-assign';
export * from './deepAssign';

0 comments on commit 674a462

Please sign in to comment.