Convert to classes

This commit is contained in:
Paulo Gustavo Veiga 2021-12-03 10:58:48 -08:00
parent d4da83497b
commit a95dc597f9

View File

@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
import $ from '@libraries/jquery-2.1.0'; import $ from '@libraries/jquery-2.1.0';
import { $defined } from '@wisemapping/core-js'; import { $defined, $assert } from '@wisemapping/core-js';
import ElementClass from '@components/ElementClass'; import ElementClass from '@components/ElementClass';
import Toolkit from './Toolkit'; import Toolkit from './Toolkit';