Skip to content

Commit

Permalink
fix(swap): resolve files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Oct 27, 2020
1 parent cc88048 commit cbbb426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { RootState } from 'data/rootReducer'
import { selectors } from 'data'
import { SuccessCartridge } from 'components/Cartridge'
import { SwapAccountType } from 'data/types'
import CoinBalance from '../InitSwapForm/CoinBalance'
import CoinBalance from '../components/CoinBalance'
import React, { PureComponent } from 'react'
class CoinSelection extends PureComponent<Props> {
state = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { FlyoutWrapper } from 'components/Flyout'
import { getData } from './selectors'
import { InitSwapFormValuesType } from 'data/components/swap/types'
import { selectors } from 'data'
import CoinBalance from './CoinBalance'
import CoinBalance from '../components/CoinBalance'
import VerifyIdentity from './VerifyIdentity'

class InitSwapForm extends PureComponent<InjectedFormProps<{}, Props> & Props> {
Expand Down

0 comments on commit cbbb426

Please sign in to comment.