Skip to content

Commit

Permalink
fix: export useShallowEqualSelector and useDeepEqualSelector hooks (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar-icoosoft authored Oct 21, 2020
1 parent d30b6db commit 9f8996f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from "./hooks/useCombinedRefs";
export * from "./hooks/usePrevious";
export * from "./hooks/usePreviousDifferent";
export * from "./hooks/useShallowEqualSelector";
export * from "./hooks/useDeepEqualSelector";

0 comments on commit 9f8996f

Please sign in to comment.