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 Sep 30, 2024
1 parent 6af332c commit fb0a753
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion web/components/bet/bet-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ import { Button } from '../buttons/button'
import { WarningConfirmationButton } from '../buttons/warning-confirmation-button'
import { getAnswerColor } from '../charts/contract/choice'
import { ChoicesToggleGroup } from '../widgets/choices-toggle-group'
import { FeeDisplay } from './fees'
import LimitOrderPanel from './limit-order-panel'
import { MoneyDisplay } from './money-display'
import { OrderBookPanel, YourOrders } from './order-book'
Expand Down
3 changes: 1 addition & 2 deletions web/components/bet/limit-order-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ import { addObjects, removeUndefinedProps } from 'common/util/object'
import { api } from 'web/lib/api/api'
import clsx from 'clsx'
import { getAnswerColor } from '../charts/contract/choice'
import { Fees, getFeeTotal, noFees } from 'common/fees'
import { FeeDisplay } from './fees'
import { Fees, noFees } from 'common/fees'
import { MoneyDisplay } from './money-display'
import { TRADE_TERM } from 'common/envs/constants'
import { capitalize } from 'lodash'
Expand Down
1 change: 0 additions & 1 deletion web/components/bet/sell-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import { Col } from '../layout/col'
import { Row } from '../layout/row'
import { Spacer } from '../layout/spacer'
import { AmountInput } from '../widgets/amount-input'
import { FeeDisplay } from './fees'
import { MoneyDisplay } from './money-display'

export function SellPanel(props: {
Expand Down

0 comments on commit fb0a753

Please sign in to comment.