Skip to content

Commit

Permalink
Merge pull request #7 from rtritto/add-utils-export
Browse files Browse the repository at this point in the history
feat: add re-export jotai utils
  • Loading branch information
wobsoriano authored Sep 20, 2024
2 parents 4bc3ced + 8d9a2b2 commit cbca773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from 'jotai/vanilla/utils'
export { useAtomCallback } from './utils/useAtomCallback'
export { useResetAtom } from './utils/useResetAtom'
export { useHydrateAtoms } from './utils/useHydrateAtoms'

0 comments on commit cbca773

Please sign in to comment.