aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2021-07-15 16:43:58 -0400
committerMichael <michael.foiani@gmail.com>2021-07-15 16:43:58 -0400
commit3953720cefb0a5e25fedea61c2c56d0ac23cbc7f (patch)
treec765c658b70aa60911be340787ef9981e75c1cef
parent05c79b11815e6544e9066aeed09199c6074f480b (diff)
Remove redundant import.
-rw-r--r--src/components/comments/ZoomInCropper.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx
index a4e86c35..8563288e 100644
--- a/src/components/comments/ZoomInCropper.tsx
+++ b/src/components/comments/ZoomInCropper.tsx
@@ -11,7 +11,6 @@ import {
cropVideo,
trimVideo,
HeaderHeight,
- numberWithCommas,
SCREEN_HEIGHT,
SCREEN_WIDTH,
} from '../../utils';