mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-12-26 00:21:36 +01:00
Added missing hook to index.js
This commit is contained in:
parent
81dedf59cd
commit
654ae6914a
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
// API
|
// API
|
||||||
export {
|
export {
|
||||||
useAPIGet, useAPIPost, useAPIDelete, useAPIPatch,
|
useAPIGet, useAPIPost, useAPIPatch, useAPIPut, useAPIDelete,
|
||||||
} from "api/hooks";
|
} from "api/hooks";
|
||||||
export { API_STATE } from "api/utils";
|
export { API_STATE } from "api/utils";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user