Remove unused import

This commit is contained in:
JC Brand 2020-04-20 19:48:09 +02:00
parent d9c41f62cf
commit ac3e87965f

View File

@ -4,7 +4,7 @@
* @license Mozilla Public License (MPLv2)
*/
import { __, i18n } from './i18n';
import { assignIn, debounce, invoke, isElement, isFunction, isObject, isString, pick } from 'lodash';
import { assignIn, debounce, invoke, isFunction, isObject, isString, pick } from 'lodash';
import { Collection } from "skeletor.js/src/collection";
import { Events } from 'skeletor.js/src/events.js';
import { Model } from 'skeletor.js/src/model.js';