Skip to content

Commit

Permalink
fix (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadas Farhi authored Apr 28, 2022
1 parent 95999bd commit eeb095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/published-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const publishedComponents = {
useIsMouseOver: "hooks/useIsMouseOver.js",
useGridKeyboardNavigation: "hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js",
useIsOverflowing: "hooks/useIsOverflowing",
useActiveDescendantListFocus: "hooks/useActiveDescendantListFocus.js"
useActiveDescendantListFocus: "hooks/useActiveDescendantListFocus"
};

function getPublishedComponents() {
Expand Down

0 comments on commit eeb095e

Please sign in to comment.