Skip to content

Commit

Permalink
Export createUseQuery & createUseObject
Browse files Browse the repository at this point in the history
  • Loading branch information
bimusiek committed Jul 25, 2024
1 parent f3db7f1 commit 0560ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@realm/react",
"name": "@hernas/realm-react",
"version": "0.9.0",
"description": "React specific hooks and implementation helpers for Realm",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/realm-react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ export { useUser, UserProvider } from "./UserProvider";
export * from "./useAuth";
export * from "./useEmailPasswordAuth";
export * from "./types";
export { createUseObject } from "./useObject";
export { createUseQuery } from "./useQuery";

0 comments on commit 0560ef5

Please sign in to comment.