diff --git a/web/components/comments/comment.tsx b/web/components/comments/comment.tsx index f3adb11443..0798781ff3 100644 --- a/web/components/comments/comment.tsx +++ b/web/components/comments/comment.tsx @@ -21,7 +21,6 @@ import { UserHovercard } from '../user/user-hovercard' import Link from 'next/link' import { CommentReplyHeader, FeedCommentHeader } from './comment-header' import { CommentActions } from './comment-actions' -import { buildArray } from 'common/util/array' export type ReplyToUserInfo = { id: string; username: string }