aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/MentionInputControlled.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/comments/MentionInputControlled.tsx')
-rw-r--r--src/components/comments/MentionInputControlled.tsx10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/comments/MentionInputControlled.tsx b/src/components/comments/MentionInputControlled.tsx
index 50762ac0..de52d1c1 100644
--- a/src/components/comments/MentionInputControlled.tsx
+++ b/src/components/comments/MentionInputControlled.tsx
@@ -5,22 +5,17 @@ import React, {
useMemo,
useRef,
useState,
- ReactFragment,
} from 'react';
import {
NativeSyntheticEvent,
- StyleSheet,
StyleProp,
Text,
TextInput,
TextInputProps,
TextInputSelectionChangeEventData,
- TouchableOpacity,
View,
ViewStyle,
} from 'react-native';
-import {useDispatch, useSelector} from 'react-redux';
-import {TAGG_LIGHT_BLUE} from '../../constants';
import {
PatternPartType,
MentionPartType,
@@ -34,11 +29,6 @@ import {
isMentionPartType,
parseValue,
} from 'react-native-controlled-mentions/dist/utils';
-import {Avatar} from '../common';
-import {normalize} from 'react-native-elements';
-
-import UpArrowIcon from '../../assets/icons/up_arrow.svg';
-import {SCREEN_WIDTH, SCREEN_HEIGHT} from '../../utils';
type PartType = MentionPartType | PatternPartType;