Skip to content

Commit e922cd6

Browse files
authored
[elsa] 修改elsa-react中对core的引用路径 (#36)
1 parent c6f4f5c commit e922cd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

framework/elsa/fit-elsa-react/src/flow/jadeFlowPage.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
* Licensed under the MIT License. See License.txt in the project root for license information.
55
*--------------------------------------------------------------------------------------------*/
66

7-
import {copyPasteHelper, ElsaCopyHandler, page, shapeDataHelper, sleep, uuid} from '@fit-elsa/elsa-core';
7+
import {copyPasteHelper, ElsaCopyHandler, page, shapeDataHelper, sleep, uuid, PAGE_OPERATION_MODE} from '@fit-elsa/elsa-core';
88
import {SYSTEM_ACTION, VIRTUAL_CONTEXT_NODE} from '@/common/Consts.js';
99
import {conditionRunner, inactiveNodeRunner, standardRunner} from '@/flow/runners.js';
1010
import {message} from 'antd';
11-
import {PAGE_OPERATION_MODE} from '@fit-elsa/elsa-core/common/const.js';
1211

1312
const START_NODE = 'startNodeStart';
1413

0 commit comments

Comments
 (0)