mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 11:26:24 +02:00
feat: add UI components for Dropbox file creation and deletion, enhancing document management capabilities
This commit is contained in:
parent
7297a1724b
commit
be5685c9a4
6 changed files with 821 additions and 0 deletions
2
surfsense_web/components/tool-ui/dropbox/index.ts
Normal file
2
surfsense_web/components/tool-ui/dropbox/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { CreateDropboxFileToolUI } from "./create-file";
|
||||
export { DeleteDropboxFileToolUI } from "./trash-file";
|
||||
Loading…
Add table
Add a link
Reference in a new issue