mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
added useEntity and useEntityQuery hooks
This commit is contained in:
@@ -6,6 +6,8 @@ export {
|
||||
useBaseUrl
|
||||
} from "./ClientProvider";
|
||||
|
||||
export { useApi, useApiQuery } from "./use-api";
|
||||
export * from "./api/use-api";
|
||||
export * from "./api/use-data";
|
||||
export * from "./api/use-entity";
|
||||
export { useAuth } from "./schema/auth/use-auth";
|
||||
export { Api } from "../../Api";
|
||||
|
||||
Reference in New Issue
Block a user