aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/AddComment.tsx
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-05-11 12:49:30 -0700
committerBrian Kim <brian@tagg.id>2021-05-11 12:49:30 -0700
commitd760f15aa6971c39f028e18a007a5c56f08b6149 (patch)
tree466db58bf218687603e636181b3567e1b2de7f26 /src/components/comments/AddComment.tsx
parentd2ea82d2d568a0d94bf516736da976bf0ba09e21 (diff)
Fixed linter
Diffstat (limited to 'src/components/comments/AddComment.tsx')
-rw-r--r--src/components/comments/AddComment.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/comments/AddComment.tsx b/src/components/comments/AddComment.tsx
index 28e1a40e..befaa8fe 100644
--- a/src/components/comments/AddComment.tsx
+++ b/src/components/comments/AddComment.tsx
@@ -7,7 +7,6 @@ import {
TextInput,
View,
} from 'react-native';
-import {MentionInput} from 'react-native-controlled-mentions';
import {TouchableOpacity} from 'react-native-gesture-handler';
import {useDispatch, useSelector} from 'react-redux';
import UpArrowIcon from '../../assets/icons/up_arrow.svg';