Fix missing declaration on LinkEditor

This commit is contained in:
Paulo Gustavo Veiga 2021-12-13 13:46:50 -08:00
parent 0b5b03691b
commit 4523d455a8

View File

@ -15,6 +15,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import { $assert } from '@wisemapping/core-js';
import BootstrapDialog from '../libraries/bootstrap/BootstrapDialog'; import BootstrapDialog from '../libraries/bootstrap/BootstrapDialog';
class LinkEditor extends BootstrapDialog {/** @lends LinkEditor */ class LinkEditor extends BootstrapDialog {/** @lends LinkEditor */