From 068aab95df27d659023dcacab6ffc8354ac3b046 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Fri, 28 Oct 2022 13:29:45 +0400 Subject: [PATCH] Remove unused imports --- src/utils/Resizer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Resizer.ts b/src/utils/Resizer.ts index 6cc7afbdc..8ac444808 100644 --- a/src/utils/Resizer.ts +++ b/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 = {