mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
🔧 fix: Ensure ShareView document title is configured (#3336)
* 🔧 fix: ensure ShareView document title is configured
* chore: import order
---------
Co-authored-by: Danny Avila <danacordially@gmail.com>
This commit is contained in:
parent
18fd8f1416
commit
14eff23b57
2 changed files with 14 additions and 2 deletions
|
|
@ -27,3 +27,4 @@ export { default as useOnClickOutside } from './useOnClickOutside';
|
|||
export { default as useSpeechToText } from './Input/useSpeechToText';
|
||||
export { default as useTextToSpeech } from './Input/useTextToSpeech';
|
||||
export { default as useGenerationsByLatest } from './useGenerationsByLatest';
|
||||
export { default as useDocumentTitle } from './useDocumentTitle';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue