mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-23 02:44:08 +01:00
feat: add file attachment section PromptFiles, new file display: PromptFile (needed for deletion to work properly), and usePromptFileHandling hook
This commit is contained in:
parent
600641d02f
commit
623dfa5b63
7 changed files with 758 additions and 4 deletions
|
|
@ -1,2 +1,3 @@
|
|||
export { default as useCategories } from './useCategories';
|
||||
export { default as usePromptGroupsNav } from './usePromptGroupsNav';
|
||||
export { default as usePromptFileHandling } from './usePromptFileHandling';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue