Skip to content

Commit

Permalink
chore: import (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick134-bit authored Oct 17, 2023
1 parent 4318391 commit 814e017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Pages/Trade/Swap/Swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ import { tokenSwapAtom } from 'components/Pages/Trade/Swap/swapAtoms'
import SwapForm from 'components/Pages/Trade/Swap/SwapForm'
import SwapSettings from 'components/Pages/Trade/Swap/SwapSettings'
import { useChainInfos } from 'hooks/useChainInfo'
import { TxStep } from 'hooks/useTransaction'
import { fromChainAmount } from 'libs/num'
import { useRouter } from 'next/router'
import { usePoolsListQuery } from 'queries/usePoolsListQuery'
import { useRecoilState, useRecoilValue } from 'recoil'
import { chainState } from 'state/chainState'
import { TokenItemState } from 'types/index'
import { TxStep, TokenItemState } from 'types/index'

type SwapProps = {
/* Will be used if provided on first render instead of internal state */
Expand Down

0 comments on commit 814e017

Please sign in to comment.