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