mirror of
https://github.com/langgenius/dify.git
synced 2026-01-07 23:04:12 +00:00
refactor: update import statement style in IfElseNode component
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user