Browse Source

Remove unused imports

pull/4746/head
Artur Arseniev 4 years ago
parent
commit
068aab95df
  1. 2
      src/utils/Resizer.ts

2
src/utils/Resizer.ts

@ -1,4 +1,4 @@
import { bindAll, defaults, isFunction, each } from 'underscore';
import { bindAll, isFunction, each } from 'underscore';
import { on, off, normalizeFloat } from './mixins';
type Position = {

Loading…
Cancel
Save