aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-23 17:43:42 -0400
committerIvan Chen <ivan@tagg.id>2021-06-23 17:43:42 -0400
commitf9a3acb40dd224591f8e7039e84e428d4363a841 (patch)
tree10015427c4c62a1dbf73cad4dfd0ee2dd43b110c /src
parent786f901e3f434b568e3233abc86049bfc983ee33 (diff)
Remove unused import
Diffstat (limited to 'src')
-rw-r--r--src/components/moments/MomentPostContent.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/moments/MomentPostContent.tsx b/src/components/moments/MomentPostContent.tsx
index c76ffb18..4d2554d8 100644
--- a/src/components/moments/MomentPostContent.tsx
+++ b/src/components/moments/MomentPostContent.tsx
@@ -3,7 +3,6 @@ import React, {useContext, useEffect, useRef, useState} from 'react';
import {Image, StyleSheet, Text, View, ViewProps} from 'react-native';
import {TouchableWithoutFeedback} from 'react-native-gesture-handler';
import Animated, {EasingNode} from 'react-native-reanimated';
-import {createIconSetFromFontello} from 'react-native-vector-icons';
import Video from 'react-native-video';
import {useDispatch, useStore} from 'react-redux';
import {MomentContext} from '../../screens/profile/IndividualMoment';