feat: Add CallButton component and integrate with SendButton for improved messaging functionality

This commit is contained in:
Marco Beretta 2024-12-17 22:22:39 +01:00
parent 95ecd05046
commit 40c8b8fd75
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
5 changed files with 113 additions and 19 deletions

View file

@ -56,3 +56,4 @@ export { default as SpeechIcon } from './SpeechIcon';
export { default as SaveIcon } from './SaveIcon';
export { default as CircleHelpIcon } from './CircleHelpIcon';
export { default as BedrockIcon } from './BedrockIcon';
export { default as CallIcon } from './CallIcon';