Skip to content

Commit e7a1cb1

Browse files
fix: export useAudioController hook (#2717)
Ref: Slack [thread](https://getstream.slack.com/archives/C06SPD5R76Z/p1747800085867569)
1 parent b68ab80 commit e7a1cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Attachment/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export * from './components';
88
export * from './UnsupportedAttachment';
99
export * from './FileAttachment';
1010
export * from './utils';
11+
export { useAudioController } from './hooks/useAudioController';

0 commit comments

Comments
 (0)