Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
smithki committed May 10, 2020
1 parent 847fb5f commit 07b9bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/usable-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ export * from '@usable-react/use-effect-after-mount';
export * from '@usable-react/use-interval';
export * from '@usable-react/use-timer';
export * from '@usable-react/use-click-outside';
export * from '@usable-react/use-async-effect';
export * from '@usable-react/use-is-mounted';

0 comments on commit 07b9bec

Please sign in to comment.