feat: add file attachment section PromptFiles, new file display: PromptFile (needed for deletion to work properly), and usePromptFileHandling hook

This commit is contained in:
Dustin Healy 2025-09-05 21:15:29 -07:00
parent 600641d02f
commit 623dfa5b63
7 changed files with 758 additions and 4 deletions

View file

@ -1,2 +1,3 @@
export { default as useCategories } from './useCategories';
export { default as usePromptGroupsNav } from './usePromptGroupsNav';
export { default as usePromptFileHandling } from './usePromptFileHandling';