about summary refs log tree commit diff
path: root/src/view/com/modals/ComposePost.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-06 14:26:39 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-06 14:26:39 -0500
commitbb06ef4f6e7ac7889b3112285d0cf3445b8eb766 (patch)
treee820f23a49c83a3f0aba83b62f4e006307b62504 /src/view/com/modals/ComposePost.tsx
parent2ec09ba54574f5e05f0bbec9c864dacd2092edd4 (diff)
downloadvoidsky-bb06ef4f6e7ac7889b3112285d0cf3445b8eb766.tar.zst
Rework profile page to include working view selector
Diffstat (limited to 'src/view/com/modals/ComposePost.tsx')
-rw-r--r--src/view/com/modals/ComposePost.tsx9
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'