Skip to content

Commit

Permalink
fix: export useComposerAddAttachment (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Sep 7, 2024
1 parent bdd3084 commit 79d7a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/primitive-hooks/composer/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { useComposerCancel } from "./useComposerCancel";
export { useComposerIf } from "./useComposerIf";
export { useComposerSend } from "./useComposerSend";
export { useComposerAddAttachment } from "./useComposerAddAttachment";

0 comments on commit 79d7a14

Please sign in to comment.