diff --git a/packages/mindplot/src/components/model/FeatureModel.js b/packages/mindplot/src/components/model/FeatureModel.js index 164b9dfb..913de636 100644 --- a/packages/mindplot/src/components/model/FeatureModel.js +++ b/packages/mindplot/src/components/model/FeatureModel.js @@ -16,7 +16,6 @@ * limitations under the License. */ import { $assert, $defined } from '@wisemapping/core-js'; -import $ from 'jquery'; class FeatureModel { /** diff --git a/packages/mindplot/src/components/widget/ModalDialogNotifier.js b/packages/mindplot/src/components/widget/ModalDialogNotifier.js index 23bd6fe5..1f033ef6 100644 --- a/packages/mindplot/src/components/widget/ModalDialogNotifier.js +++ b/packages/mindplot/src/components/widget/ModalDialogNotifier.js @@ -15,6 +15,7 @@ * limitations under the License. */ import { $assert } from '@wisemapping/core-js'; +import $ from 'jquery'; class ModalDialogNotifier { show(message, title) {