Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec authored and github-actions[bot] committed Jun 26, 2024
1 parent c37954d commit a4c59f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/contract/bountied-question.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ContractComment } from 'common/comment'
import { BountiedQuestionContract } from 'common/contract'
import { User } from 'common/user'
import { formatMoney } from 'common/util/format'
import { forwardRef, useEffect, useState } from 'react'
import { useState } from 'react'
import { FaXmark } from 'react-icons/fa6'
import { TbMoneybag } from 'react-icons/tb'
import { api, cancelBounty } from 'web/lib/firebase/api'
Expand Down

0 comments on commit a4c59f7

Please sign in to comment.