mirror of https://github.com/langgenius/dify.git
refactor: update import statement style in IfElseNode component
This commit is contained in:
parent
9c93a49605
commit
169a8edc28
|
|
@ -1,4 +1,4 @@
|
|||
import type { NodeDefault, VarType } from '../../types'
|
||||
import { type NodeDefault, VarType } from '../../types'
|
||||
import { type IfElseNodeType, LogicalOperator } from './types'
|
||||
import { isEmptyRelatedOperator } from './utils'
|
||||
import { genNodeMetaData } from '@/app/components/workflow/utils'
|
||||
|
|
|
|||
Loading…
Reference in New Issue