aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-27 14:52:02 -0400
committerIvan Chen <ivan@tagg.id>2021-07-29 14:05:01 -0400
commitfbaa7d6ee05d1486152175471ef21e8b4638754d (patch)
tree8edade2b461fe2d507c7364b24fa482f7cf9fc56 /src
parentad98ad617d78c7b68ffc37327f21a8769fcaab57 (diff)
Lint
Diffstat (limited to 'src')
-rw-r--r--src/components/moments/MomentPost.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/moments/MomentPost.tsx b/src/components/moments/MomentPost.tsx
index 2257f8ac..123ee5f4 100644
--- a/src/components/moments/MomentPost.tsx
+++ b/src/components/moments/MomentPost.tsx
@@ -43,7 +43,6 @@ import {mentionPartTypes, renderTextWithMentions} from '../../utils/comments';
import CommentsCount from '../comments/CommentsCount';
import {GradientProgressBar, MomentTags} from '../common';
import {MomentMoreInfoDrawer, TaggAvatar} from '../profile';
-import IndividualMomentTitleBar from './IndividualMomentTitleBar';
interface MomentPostProps {
moment: MomentPostType;
userXId: string | undefined;