diff options
author | Michael <michael.foiani@gmail.com> | 2021-07-15 16:43:58 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2021-07-15 16:43:58 -0400 |
commit | 3953720cefb0a5e25fedea61c2c56d0ac23cbc7f (patch) | |
tree | c765c658b70aa60911be340787ef9981e75c1cef /src/components/comments/ZoomInCropper.tsx | |
parent | 05c79b11815e6544e9066aeed09199c6074f480b (diff) |
Remove redundant import.
Diffstat (limited to 'src/components/comments/ZoomInCropper.tsx')
-rw-r--r-- | src/components/comments/ZoomInCropper.tsx | 1 |
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'; |