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 {
5
5
6
6
import { isFeelEntryEdited } from '@bpmn-io/properties-panel' ;
7
7
8
- import { useService } from 'src /hooks' ;
8
+ import { useService } from '../../.. /hooks' ;
9
9
10
- import { FeelEntryWithVariableContext } from 'src /entries/FeelEntryWithContext' ;
10
+ import { FeelEntryWithVariableContext } from '../../.. /entries/FeelEntryWithContext' ;
11
11
12
12
import {
13
13
getExtensionElementsList ,
14
14
addExtensionElements
15
- } from 'src /utils/ExtensionElementsUtil' ;
15
+ } from '../../.. /utils/ExtensionElementsUtil' ;
16
16
17
- import { createElement } from 'src /utils/ElementUtil' ;
17
+ import { createElement } from '../../.. /utils/ElementUtil' ;
18
18
19
19
export function ActiveElementsProps ( props ) {
20
20
const {
You can’t perform that action at this time.
0 commit comments