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 edeb79d commit 35eeba5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions web/components/answers/answer-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
tradingAllowed,
} from 'common/contract'
import {
formatLargeNumber,
formatMoney,
formatPercent,
} from 'common/util/format'
Expand Down Expand Up @@ -45,7 +44,6 @@ import { track } from 'web/lib/service/analytics'
import { UserHovercard } from '../user/user-hovercard'
import { useSaveBinaryShares } from 'web/hooks/use-save-binary-shares'
import { useUserContractBets } from 'web/hooks/use-user-bets'
import { Fees } from 'common/fees'
import { MultiSellCurrentPrice } from '../bet/sell-panel'

export const AnswerBar = (props: {
Expand Down
7 changes: 0 additions & 7 deletions web/components/answers/answers-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,16 @@ import { isAdminId, isModId } from 'common/envs/constants'
import { User } from 'common/user'
import { Avatar } from 'web/components/widgets/avatar'
import {
TradesButton,
TradesModal,
TradesNumber,
} from 'web/components/contract/trades-button'
import toast from 'react-hot-toast'
import { useIsMobile } from 'web/hooks/use-is-mobile'
import {
OrderBookButton,
OrderBookPanel,
YourOrders,
getOrderBookButtonLabel,
} from '../bet/order-book'
import { useUnfilledBets } from 'web/hooks/use-bets'
import { Tooltip } from '../widgets/tooltip'
import { formatMoney, shortFormatNumber } from 'common/util/format'
import { usePersistentLocalState } from 'web/hooks/use-persistent-local-state'
import { useIsAdvancedTrader } from 'web/hooks/use-is-advanced-trader'
import { CustomizeableDropdown } from '../widgets/customizeable-dropdown'
Expand All @@ -81,8 +76,6 @@ import { UserHovercard } from '../user/user-hovercard'
import { searchInAny } from 'common/util/parse'
import { LoadingIndicator } from 'web/components/widgets/loading-indicator'
import { usePersistentInMemoryState } from 'web/hooks/use-persistent-in-memory-state'
import { formatTime } from 'web/lib/util/time'
import { shortenedFromNow } from 'web/lib/util/shortenedFromNow'
import { UserIcon } from '@heroicons/react/solid'

export const SHOW_LIMIT_ORDER_CHARTS_KEY = 'SHOW_LIMIT_ORDER_CHARTS_KEY'
Expand Down

0 comments on commit 35eeba5

Please sign in to comment.