Skip to content

Commit

Permalink
chore: shorten import
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Jan 23, 2025
1 parent 888189d commit 04f7e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import SVG from 'react-inlinesvg'
import { Nullish } from 'types'

import { OrderStatus } from 'legacy/state/orders/actions'
import { getEstimatedExecutionPrice } from 'legacy/state/orders/utils'

import { PendingOrderPrices } from 'modules/orders/state/pendingOrdersPricesAtom'
import { getIsEthFlowOrder } from 'modules/swap/containers/EthFlowStepper'
Expand All @@ -42,7 +43,6 @@ import { OrderContextMenu } from './OrderContextMenu'
import { WarningTooltip } from './OrderWarning'
import * as styledEl from './styled'

import { getEstimatedExecutionPrice } from '../../../../../legacy/state/orders/utils'
import { OrderParams } from '../../../utils/getOrderParams'
import { OrderStatusBox } from '../../OrderStatusBox'
import { CheckboxCheckmark, TableRow, TableRowCheckbox, TableRowCheckboxWrapper } from '../styled'
Expand Down

0 comments on commit 04f7e63

Please sign in to comment.