Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ingawei authored and github-actions[bot] committed Jul 11, 2024
1 parent cc1490a commit 8b06a59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/components/answers/answers-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@ import { useDisplayUserByIdOrAnswer } from 'web/hooks/use-user-supabase'
import { getAnswerColor } from '../charts/contract/choice'
import { Col } from '../layout/col'
import {
AddComment,
AnswerBar,
CreatorAndAnswerLabel,
AnswerStatus,
BetButtons,
AnswerPosition,
MultiSeller,
} from './answer-components'
import { floatingEqual } from 'common/util/math'
Expand All @@ -59,7 +57,6 @@ import { Input } from 'web/components/widgets/input'
import { isAdminId, isModId } from 'common/envs/constants'
import { User } from 'common/user'
import { Avatar } from 'web/components/widgets/avatar'
import { UserLink } from 'web/components/widgets/user-link'
import { TradesButton } from 'web/components/contract/trades-button'
import toast from 'react-hot-toast'
import { useIsMobile } from 'web/hooks/use-is-mobile'
Expand Down

0 comments on commit 8b06a59

Please sign in to comment.