diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-25 03:57:20 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-25 03:57:20 +0800 |
commit | c5554fe30c199155d4e020028aa4aa1f808918b9 (patch) | |
tree | 8a214d474ce548e47f3c9ed1b564b100c2da507a /packages/instant/src/components | |
parent | 6da6540c038640abf75f703a294cb758c6defc47 (diff) | |
download | dexon-0x-contracts-c5554fe30c199155d4e020028aa4aa1f808918b9.tar.gz dexon-0x-contracts-c5554fe30c199155d4e020028aa4aa1f808918b9.tar.zst dexon-0x-contracts-c5554fe30c199155d4e020028aa4aa1f808918b9.zip |
chore: run linter
Diffstat (limited to 'packages/instant/src/components')
-rw-r--r-- | packages/instant/src/components/asset_amount_input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/asset_amount_input.tsx b/packages/instant/src/components/asset_amount_input.tsx index 960b8bc95..4d2dc0bd8 100644 --- a/packages/instant/src/components/asset_amount_input.tsx +++ b/packages/instant/src/components/asset_amount_input.tsx @@ -8,7 +8,7 @@ import { assetUtils } from '../util/asset'; import { util } from '../util/util'; import { ScalingAmountInput } from './scaling_amount_input'; -import { Container, Flex, Text } from './ui'; +import { Container, Text } from './ui'; // Asset amounts only apply to ERC20 assets export interface AssetAmountInputProps { |