diff options
Diffstat (limited to 'src/view/com/modals/ComposePost.tsx')
-rw-r--r-- | src/view/com/modals/ComposePost.tsx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/view/com/modals/ComposePost.tsx b/src/view/com/modals/ComposePost.tsx index 253db3771..22b6b14bb 100644 --- a/src/view/com/modals/ComposePost.tsx +++ b/src/view/com/modals/ComposePost.tsx @@ -1,12 +1,5 @@ import React, {useState} from 'react' -import { - KeyboardAvoidingView, - StyleSheet, - Text, - TextInput, - TouchableOpacity, - View, -} from 'react-native' +import {StyleSheet, Text, TouchableOpacity, View} from 'react-native' import {BottomSheetTextInput} from '@gorhom/bottom-sheet' import LinearGradient from 'react-native-linear-gradient' import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' |