From c5d81a4c52b13935911d8f14b55d526f7d66b523 Mon Sep 17 00:00:00 2001 From: libertyspy Date: Sun, 15 Mar 2026 20:24:50 +0800 Subject: [PATCH] UPDATE: VERSION-20260315 --- modeler/src/views/decision/communication/platform-card.vue | 2 +- modeler/src/views/decision/designer/trees-card.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modeler/src/views/decision/communication/platform-card.vue b/modeler/src/views/decision/communication/platform-card.vue index f7c39df..1b1537f 100644 --- a/modeler/src/views/decision/communication/platform-card.vue +++ b/modeler/src/views/decision/communication/platform-card.vue @@ -41,7 +41,7 @@ import { defineComponent, onMounted, ref } from 'vue'; import { CheckOutlined, DeleteOutlined, EditFilled, PlusOutlined } from '@ant-design/icons-vue'; -import type { BehaviorTree, BehaviorTreeRequest } from '../types'; +import type { BehaviorTree, BehaviorTreeRequest } from './tree'; import { deleteOneTreeById, findTreesByQuery } from './api'; import { substring } from '@/utils/strings';