Skip to content

Commit

Permalink
fix: Added a missed export for useController() hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Aug 15, 2021
1 parent 9cd5bf6 commit a5e5c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rx-effects-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './useConst';
export * from './useController';
export * from './useObservable';
export * from './useObserver';
export * from './useSelector';
Expand Down

0 comments on commit a5e5c92

Please sign in to comment.