mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Added missing hook to index.js
This commit is contained in:
		@@ -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";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user