File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/provider/zeebe/properties Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ import {
55
66import { isFeelEntryEdited } from '@bpmn-io/properties-panel' ;
77
8- import { useService } from 'src /hooks' ;
8+ import { useService } from '../../.. /hooks' ;
99
10- import { FeelEntryWithVariableContext } from 'src /entries/FeelEntryWithContext' ;
10+ import { FeelEntryWithVariableContext } from '../../.. /entries/FeelEntryWithContext' ;
1111
1212import {
1313 getExtensionElementsList ,
1414 addExtensionElements
15- } from 'src /utils/ExtensionElementsUtil' ;
15+ } from '../../.. /utils/ExtensionElementsUtil' ;
1616
17- import { createElement } from 'src /utils/ElementUtil' ;
17+ import { createElement } from '../../.. /utils/ElementUtil' ;
1818
1919export function ActiveElementsProps ( props ) {
2020 const {
You can’t perform that action at this time.
0 commit comments