From 158512cd1220f8b13905752057c8727487cfaf6c Mon Sep 17 00:00:00 2001 From: libertyspy Date: Fri, 27 Mar 2026 00:08:48 +0800 Subject: [PATCH] UPDATE: VERSION-20260326 --- modeler/src/views/decision/communication/relation.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modeler/src/views/decision/communication/relation.ts b/modeler/src/views/decision/communication/relation.ts index 1fe271e..72e8226 100644 --- a/modeler/src/views/decision/communication/relation.ts +++ b/modeler/src/views/decision/communication/relation.ts @@ -7,8 +7,9 @@ * that was distributed with this source code. */ -import { Graph, Node,Edge } from '@antv/x6'; -import type { Platform, PlatformComponent, PlatformRelation } from './types'; +import { Edge, Graph, Node } from '@antv/x6'; +import type { PlatformRelation } from './types'; +import type { Platform, PlatformComponent } from '../types'; import type { GraphTaskElement } from '../graph'; /**