mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
feat: nodes placeholder
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
import type { FC } from 'react'
|
||||
import BaseNode from '../_base/node'
|
||||
|
||||
const Node: FC = () => {
|
||||
return (
|
||||
<BaseNode>
|
||||
<div>template-transform</div>
|
||||
</BaseNode>
|
||||
)
|
||||
}
|
||||
|
||||
export default Node
|
||||
Reference in New Issue
Block a user