Skip to content

Commit

Permalink
update entry point exports
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 8, 2025
1 parent 0d68405 commit 36d6fb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export { useMapStyleUrl } from './hooks/maps.js'
export {
useAddServerPeer,
useAttachmentUrl,
useCreateBlob,
useCreateProject,
useDocumentCreatedBy,
useIconUrl,
Expand All @@ -31,6 +32,7 @@ export {
useProjectSettings,
useSingleMember,
useSingleProject,
useUpdateProjectSettings,
} from './hooks/projects.js'
export {
getClientQueryKey,
Expand Down

0 comments on commit 36d6fb1

Please sign in to comment.