diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 17:18:47 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 17:18:47 -0700 |
commit | f273a7aa1c2e27692c2a03ae1e2fc9b81360558d (patch) | |
tree | a3b1ecc6686b5d61ffc366553120945465570d95 /src | |
parent | 448e91ed0b6c7519c02bbe1ac32a9d51989679db (diff) |
Fix lint errors
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/camera.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/camera.ts b/src/utils/camera.ts index 1c57f85d..afd7d354 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -1,5 +1,4 @@ import CameraRoll from '@react-native-community/cameraroll'; -import {useNavigation} from '@react-navigation/native'; import {Dispatch, RefObject, SetStateAction} from 'react'; import {Alert} from 'react-native'; import {RNCamera} from 'react-native-camera'; |