refactor: update import statement style in IfElseNode component

This commit is contained in:
twwu
2025-08-28 15:47:39 +08:00
parent 9c93a49605
commit 169a8edc28

View File

@@ -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'