From 3eda2b2dd9e66f0470a9e5dfe06f70df2944d4dc Mon Sep 17 00:00:00 2001 From: petterive Date: Mon, 5 Aug 2019 23:18:58 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20export=20useUpsert=20fro?= =?UTF-8?q?m=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index f196b68a88..4a7d8b2941 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';