Skip to content

Commit 13ae0f3

Browse files
chore: fix import paths
Closes #1106
1 parent d1623fe commit 13ae0f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/provider/zeebe/properties/ActiveElementsProps.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ import {
55

66
import { 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

1212
import {
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

1919
export function ActiveElementsProps(props) {
2020
const {

0 commit comments

Comments
 (0)