feat: can add tree view

This commit is contained in:
Joel
2024-10-31 11:37:47 +08:00
parent 06729f6d9d
commit 074e660a67
13 changed files with 343 additions and 180 deletions

View File

@ -22,7 +22,8 @@ const ToolsPicker = () => {
setCustomTools(customTools)
setWorkflowTools(workflowTools)
})()
})
}, [])
return (
<div className="relative mt-5 mx-auto w-[320px] bg-white">
<AllTools