UPDATE: VERSION-20260326

This commit is contained in:
libertyspy
2026-03-27 00:08:48 +08:00
parent 3a3ab0c9c6
commit 158512cd12

View File

@@ -7,8 +7,9 @@
* that was distributed with this source code. * that was distributed with this source code.
*/ */
import { Graph, Node,Edge } from '@antv/x6'; import { Edge, Graph, Node } from '@antv/x6';
import type { Platform, PlatformComponent, PlatformRelation } from './types'; import type { PlatformRelation } from './types';
import type { Platform, PlatformComponent } from '../types';
import type { GraphTaskElement } from '../graph'; import type { GraphTaskElement } from '../graph';
/** /**