Skip to content

Commit

Permalink
feat: 🎸 export useUpsert from index
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterIve committed Aug 5, 2019
1 parent 8462a59 commit 3eda2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export { default as useTween } from './useTween';
export { default as useUnmount } from './useUnmount';
export { default as useUpdate } from './useUpdate';
export { default as useUpdateEffect } from './useUpdateEffect';
export { default as useUpsert } from './useUpsert';
export { default as useVideo } from './useVideo';
export { useWait, Waiter } from './useWait';
export { default as useWindowScroll } from './useWindowScroll';
Expand Down

0 comments on commit 3eda2b2

Please sign in to comment.