diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-27 14:52:02 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-29 14:05:01 -0400 |
commit | fbaa7d6ee05d1486152175471ef21e8b4638754d (patch) | |
tree | 8edade2b461fe2d507c7364b24fa482f7cf9fc56 | |
parent | ad98ad617d78c7b68ffc37327f21a8769fcaab57 (diff) |
Lint
-rw-r--r-- | src/components/moments/MomentPost.tsx | 1 |
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; |