Skip to content

Commit

Permalink
feat: export useIsActive hook (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 29, 2020
1 parent e9ef5a8 commit a45ce38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @packageDocumentation @preferred @module react_hooks
*/
export { useCurrentStateAndParams } from './useCurrentStateAndParams';
export { useIsActive } from './useIsActive';
export { useOnStateChanged } from './useOnStateChanged';
export { useParentView } from './useParentView';
export { useRouter } from './useRouter';
Expand Down

0 comments on commit a45ce38

Please sign in to comment.