diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-02 18:26:20 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-02 18:26:20 -0400 |
commit | c7d3ddbc2c4713c3948908862215277bdb49a33d (patch) | |
tree | ddee1a2ef9891345b5b15494b435d66d95dab719 /src | |
parent | f62eaec4f70ffaf1c5bf82a831acff542eec4957 (diff) |
Lint
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/camera.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/utils/camera.ts b/src/utils/camera.ts index d178fe94..283b63e0 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -8,11 +8,7 @@ import { TakePictureOptions, TakePictureResponse, } from 'react-native-camera'; -import ImagePicker, { - Image, - ImageOrVideo, - Video, -} from 'react-native-image-crop-picker'; +import ImagePicker, {ImageOrVideo, Video} from 'react-native-image-crop-picker'; import {ERROR_UPLOAD} from '../constants/strings'; /* |