Add jquery import declaration

This commit is contained in:
Paulo Gustavo Veiga 2021-12-14 09:48:47 -08:00
parent cf6f4672fc
commit e8fc5d4977
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@
* limitations under the License. * limitations under the License.
*/ */
import { $assert, $defined } from '@wisemapping/core-js'; import { $assert, $defined } from '@wisemapping/core-js';
import $ from 'jquery';
class FeatureModel { class FeatureModel {
/** /**

View File

@ -15,6 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
import { $assert } from '@wisemapping/core-js'; import { $assert } from '@wisemapping/core-js';
import $ from 'jquery';
class ModalDialogNotifier { class ModalDialogNotifier {
show(message, title) { show(message, title) {