File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 45
45
import { onMount , tick } from " svelte" ;
46
46
47
47
import {
48
- createConnection ,
49
- destroyConnection ,
50
48
destroyNode ,
51
- instances ,
49
+ instances
52
50
} from " src/ts/editor/instances" ;
53
- import PseudoPath , { pseudoConnection } from " ./PseudoPath.svelte" ;
51
+ import PseudoPath from " ./PseudoPath.svelte" ;
54
52
55
- import { scale , displayToEditorCoords } from " src/ts/editor/transform" ;
53
+ import { displayToEditorCoords , scale } from " src/ts/editor/transform" ;
56
54
55
+ import interact from " interactjs" ;
57
56
import ContextMenu from " ./ContextMenu.svelte" ;
58
57
import { showInfo } from " ./InfoModal.svelte" ;
59
- import interact from " interactjs" ;
60
58
import NodeInputsUI from " ./NodeInputs.svelte" ;
61
59
import NodeOutputsUI from " ./NodeOutputs.svelte" ;
62
60
You can’t perform that action at this time.
0 commit comments