feat: export Toast component in client package

- Added export for the Toast component in index.ts to enhance modularity and accessibility of components.
This commit is contained in:
Danny Avila 2025-07-13 08:56:52 -04:00 committed by Marco Beretta
parent 21c3a831c3
commit 63a5902404
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -24,6 +24,7 @@ export * from './Tabs';
export * from './Tag';
export * from './Textarea';
export * from './TextareaAutosize';
export * from './Toast';
export * from './Tooltip';
export * from './Pagination';
export * from './Progress';