diff --git a/src/domain_abstract/model/StyleableModel.ts b/src/domain_abstract/model/StyleableModel.ts index 2641db64f..a90c2999f 100644 --- a/src/domain_abstract/model/StyleableModel.ts +++ b/src/domain_abstract/model/StyleableModel.ts @@ -1,8 +1,8 @@ -import { isString, isArray, keys } from 'underscore'; -import { shallowDiff } from '../../utils/mixins'; +import { isArray, isString, keys } from 'underscore'; +import { Model, ObjectAny, ObjectHash } from '../../common'; import ParserHtml from '../../parser/model/ParserHtml'; -import { Model, ObjectAny, ObjectHash, ObjectStrings } from '../../common'; import Selectors from '../../selector_manager/model/Selectors'; +import { shallowDiff } from '../../utils/mixins'; export type StyleProps = Record;