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";