Fxix missing import.

This commit is contained in:
Paulo Gustavo Veiga 2021-12-13 13:58:59 -08:00
parent 4523d455a8
commit 143982f1a2
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
* limitations under the License.
*/
import ConnectionLine from '../ConnectionLine';
import { $assert, $defined } from "@wisemapping/core-js";
class RelationshipModel {
constructor(sourceTopicId, targetTopicId) {

View File

@ -18,7 +18,7 @@
import { $assert } from '@wisemapping/core-js';
import BootstrapDialog from '../libraries/bootstrap/BootstrapDialog';
class LinkEditor extends BootstrapDialog {/** @lends LinkEditor */
class LinkEditor extends BootstrapDialog {
/**
* @constructs
* @param model