Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Jan 1, 2025
1 parent 6c9aac3 commit 7329152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data-fetching/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export { useCall } from './useCall/useCall'
export { useList } from './useList/useList'
export { useDoc } from './useDoc/useDoc'
export { useDoctype } from './useDoctype/useDoctype'
export { useNewDoc } from './useNewDoc/useNewDoc'
export { useFrappeFetch } from './useFrappeFetch'

0 comments on commit 7329152

Please sign in to comment.