mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 21:06:04 +00:00
added useApi and useApiQuery to work seamlessly with SWR (tbc)
This commit is contained in:
@@ -6,5 +6,6 @@ export {
|
||||
useBaseUrl
|
||||
} from "./ClientProvider";
|
||||
|
||||
export { useApi, useApiQuery } from "./use-api";
|
||||
export { useAuth } from "./schema/auth/use-auth";
|
||||
export { Api } from "../../Api";
|
||||
|
||||
Reference in New Issue
Block a user