From f9a3acb40dd224591f8e7039e84e428d4363a841 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 23 Jun 2021 17:43:42 -0400 Subject: Remove unused import --- src/components/moments/MomentPostContent.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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'; -- cgit v1.2.3-70-g09d2