mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
base-node base-panel
This commit is contained in:
@ -1,11 +1,8 @@
|
||||
import type { FC } from 'react'
|
||||
import BaseNode from '../_base/node'
|
||||
|
||||
const Node: FC = () => {
|
||||
return (
|
||||
<BaseNode>
|
||||
<div>tool</div>
|
||||
</BaseNode>
|
||||
<div>tool</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user