diff options
author | Brian Kim <brian@tagg.id> | 2021-07-15 15:23:18 -0400 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-07-15 15:23:18 -0400 |
commit | 82e2ebed641463e31eb304846eafd664368f60b8 (patch) | |
tree | d9e09d10b25ad46aa42f4a2aa4cfe7d18823b946 /src | |
parent | 404f8b7d78674aa5fc57c83a3b44496785124fee (diff) |
Account for lint
Diffstat (limited to 'src')
-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 ab45f46b..77159119 100644 --- a/src/components/comments/ZoomInCropper.tsx +++ b/src/components/comments/ZoomInCropper.tsx @@ -16,7 +16,6 @@ import { import {TaggSquareButton, TaggLoadingIndicator} from '../common'; import ReactNativeZoomableView from '@dudigital/react-native-zoomable-view/src/ReactNativeZoomableView'; import Video from 'react-native-video'; -import Tagg from '../taggs/Tagg'; type ZoomInCropperRouteProps = RouteProp<MainStackParams, 'ZoomInCropper'>; type ZoomInCropperNavigationProps = StackNavigationProp< |