mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
* refactor: Improve handling of key up events in useHandleKeyUp hook to only trigger for first char and fix linter issues * refactor: Update Beta component styling with theme twcss variables * refactor: theming for Settings, add toggle enable/disable keyboard commands
9 lines
479 B
TypeScript
9 lines
479 B
TypeScript
export { default as General } from './General/General';
|
|
export { default as Chat } from './Chat/Chat';
|
|
export { ClearChatsButton } from './General/General';
|
|
export { default as Data } from './Data/Data';
|
|
export { default as Beta } from './Beta/Beta';
|
|
export { default as Commands } from './Commands/Commands';
|
|
export { RevokeKeysButton } from './Data/RevokeKeysButton';
|
|
export { default as Account } from './Account/Account';
|
|
export { default as Speech } from './Speech/Speech';
|