perf(web): split constant files to improve web performance (#26794)

This commit is contained in:
yangzheli
2025-10-13 10:22:34 +08:00
committed by GitHub
parent 0a56d65581
commit f86b6658c9
3 changed files with 95 additions and 97 deletions

View File

@@ -8,7 +8,7 @@ import { CUSTOM_NODE } from '../constants'
import {
NodeComponentMap,
PanelComponentMap,
} from './constants'
} from './components'
import BaseNode from './_base/node'
import BasePanel from './_base/components/workflow-panel'