Skip to content

Commit

Permalink
expose useQueryClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio García committed Aug 10, 2021
1 parent 231b027 commit 6df4771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ableco/abledev-react",
"version": "0.0.1-alpha3",
"version": "0.0.1-alpha4",
"description": "",
"main": "dist/abledev-react.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { default as useMutation } from "./useMutation";
export { default as useQuery } from "./useQuery";
export { default as useQueryClient } from "./useQueryClient";
export { default as wrapRootComponent } from "./wrapRootComponent";

0 comments on commit 6df4771

Please sign in to comment.