aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/erc20_asset_amount_input.tsx
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-06 01:42:22 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-06 01:42:22 +0800
commiteb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa (patch)
tree3388500c8e8de44beb557eb2b3211f7a3e0d117e /packages/instant/src/components/erc20_asset_amount_input.tsx
parent66261102de57e3bc86714577c021aa5c7e17c150 (diff)
downloaddexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar
dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.gz
dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.bz2
dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.lz
dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.xz
dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.zst
dexon-sol-tools-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.zip
chore(instant): import UI components directly
Diffstat (limited to 'packages/instant/src/components/erc20_asset_amount_input.tsx')
-rw-r--r--packages/instant/src/components/erc20_asset_amount_input.tsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/instant/src/components/erc20_asset_amount_input.tsx b/packages/instant/src/components/erc20_asset_amount_input.tsx
index 6ad0e92e7..f21c21b87 100644
--- a/packages/instant/src/components/erc20_asset_amount_input.tsx
+++ b/packages/instant/src/components/erc20_asset_amount_input.tsx
@@ -8,7 +8,11 @@ import { assetUtils } from '../util/asset';
import { util } from '../util/util';
import { ScalingAmountInput } from './scaling_amount_input';
-import { Container, Flex, Icon, Text } from './ui';
+
+import { Container } from './ui/container';
+import { Flex } from './ui/flex';
+import { Icon } from './ui/icon';
+import { Text } from './ui/text';
// Asset amounts only apply to ERC20 assets
export interface ERC20AssetAmountInputProps {