mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
panel
This commit is contained in:
@ -9,9 +9,9 @@ import {
|
||||
} from 'react'
|
||||
import type { NodeProps } from 'reactflow'
|
||||
import { useWorkflowContext } from '../../context'
|
||||
import NodeControl from '../../node-control'
|
||||
import BlockIcon from '../../block-icon'
|
||||
import BlockSelector from '../../block-selector'
|
||||
import NodeControl from './components/node-control'
|
||||
|
||||
type BaseNodeProps = {
|
||||
children: ReactElement
|
||||
|
||||
Reference in New Issue
Block a user