mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-11 04:58:51 +01:00
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:
parent
21c3a831c3
commit
63a5902404
1 changed files with 1 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue