From e8fc5d49776d1d9874326744b23003b8f7bb67fb Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Tue, 14 Dec 2021 09:48:47 -0800 Subject: [PATCH] Add jquery import declaration --- packages/mindplot/src/components/model/FeatureModel.js | 1 - packages/mindplot/src/components/widget/ModalDialogNotifier.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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) {