Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp authored and github-actions[bot] committed Dec 2, 2024
1 parent 2bc8306 commit f88b7a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/components/comments/comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit f88b7a7

Please sign in to comment.