Fix compilation

This commit is contained in:
Paulo Gustavo Veiga 2022-02-18 16:03:12 -08:00
parent 650d70e05f
commit 93aae24988

View File

@ -17,7 +17,6 @@
*/ */
import { $assert, $defined } from '@wisemapping/core-js'; import { $assert, $defined } from '@wisemapping/core-js';
import EventUtils from '../utils/EventUtils'; import EventUtils from '../utils/EventUtils';
import TransformUtil from '../utils/TransformUtils';
class ElementPeer { class ElementPeer {
constructor(svgElement) { constructor(svgElement) {