aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/scaling_amount_input.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-10-23 08:56:50 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-10-23 08:56:50 +0800
commitb7a5e40c62adfbd8732b3cd98d2c989a6a021c54 (patch)
tree06f4fdc8f3770260494d18bf2e0be99c9b62111c /packages/instant/src/components/scaling_amount_input.tsx
parent28f0deb3ebe2f78f98e79d59b8b2a3eacb1c6fef (diff)
downloaddexon-0x-contracts-b7a5e40c62adfbd8732b3cd98d2c989a6a021c54.tar
dexon-0x-contracts-b7a5e40c62adfbd8732b3cd98d2c989a6a021c54.tar.gz
dexon-0x-contracts-b7a5e40c62adfbd8732b3cd98d2c989a6a021c54.tar.bz2
dexon-0x-contracts-b7a5e40c62adfbd8732b3cd98d2c989a6a021c54.tar.lz
dexon-0x-contracts-b7a5e40c62adfbd8732b3cd98d2c989a6a021c54.tar.xz
dexon-0x-contracts-b7a5e40c62adfbd8732b3cd98d2c989a6a021c54.tar.zst
dexon-0x-contracts-b7a5e40c62adfbd8732b3cd98d2c989a6a021c54.zip
chore: run linter
Diffstat (limited to 'packages/instant/src/components/scaling_amount_input.tsx')
-rw-r--r--packages/instant/src/components/scaling_amount_input.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/components/scaling_amount_input.tsx b/packages/instant/src/components/scaling_amount_input.tsx
index 83375af00..9539bfd94 100644
--- a/packages/instant/src/components/scaling_amount_input.tsx
+++ b/packages/instant/src/components/scaling_amount_input.tsx
@@ -6,7 +6,6 @@ import { ColorOption } from '../style/theme';
import { util } from '../util/util';
import { ScalingInput } from './scaling_input';
-import { Container, Text } from './ui';
export interface ScalingAmountInputProps {
maxFontSizePx: number;