From 654ae6914af504c09ae9726a6bbb5547d0364563 Mon Sep 17 00:00:00 2001 From: Maciej Lenartowicz Date: Tue, 5 Nov 2019 13:00:44 +0100 Subject: [PATCH] Added missing hook to index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index aad3f7e..22cfc23 100644 --- a/src/index.js +++ b/src/index.js @@ -7,7 +7,7 @@ // API export { - useAPIGet, useAPIPost, useAPIDelete, useAPIPatch, + useAPIGet, useAPIPost, useAPIPatch, useAPIPut, useAPIDelete, } from "api/hooks"; export { API_STATE } from "api/utils";