diff options
author | Brian Kim <brian@tagg.id> | 2021-07-13 18:03:22 -0400 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-07-13 18:03:22 -0400 |
commit | e890381389d07ef2a194536268508c9dde5a2828 (patch) | |
tree | e94ff22e09418c834608bf245d57a3dfa632825d /src/screens/profile/CaptionScreen.tsx | |
parent | d915d6e9fdd86aa35678d53b0b39b0038e3a8ac1 (diff) |
Fix lint
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 38c6d8f0..99ff8819 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -49,7 +49,6 @@ import {RootState} from '../../store/rootReducer'; import {MomentTagType} from '../../types'; import {isIPhoneX, normalize, SCREEN_WIDTH, StatusBarHeight} from '../../utils'; import {mentionPartTypes} from '../../utils/comments'; -import {Trimmer, VideoPlayer} from 'react-native-video-processing'; /** * Upload Screen to allow users to upload posts to Tagg |