Skip to content

Commit

Permalink
fix: export useReduxForm from global hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
HellWolf93 committed May 3, 2020
1 parent e6049df commit 3cb3730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/hooks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export { default as useTheme } from './useTheme';
export { default as useLocale } from './useLocale';
export { default as useErrorMessageId } from './useErrorMessageId';
export { default as useLabelId } from './useLabelId';
export { default as useReduxForm } from './useReduxForm';

0 comments on commit 3cb3730

Please sign in to comment.