1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

Added missing hook to index.js

This commit is contained in:
Maciej Lenartowicz 2019-11-05 13:00:44 +01:00
parent 81dedf59cd
commit 654ae6914a
No known key found for this signature in database
GPG Key ID: 1ABD2CB41B59B8E4

View File

@ -7,7 +7,7 @@
// API
export {
useAPIGet, useAPIPost, useAPIDelete, useAPIPatch,
useAPIGet, useAPIPost, useAPIPatch, useAPIPut, useAPIDelete,
} from "api/hooks";
export { API_STATE } from "api/utils";