aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-16 08:39:36 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-16 08:39:36 +0800
commitbc14ae5d8b2f0271defa812f720b233f172f7f4e (patch)
treefd71107fb524526d74deb9e60c0bf02aff28e281
parentd4a8cd1f1c79c44ba42118f22de921f5f9e379b6 (diff)
downloaddexon-sol-tools-bc14ae5d8b2f0271defa812f720b233f172f7f4e.tar
dexon-sol-tools-bc14ae5d8b2f0271defa812f720b233f172f7f4e.tar.gz
dexon-sol-tools-bc14ae5d8b2f0271defa812f720b233f172f7f4e.tar.bz2
dexon-sol-tools-bc14ae5d8b2f0271defa812f720b233f172f7f4e.tar.lz
dexon-sol-tools-bc14ae5d8b2f0271defa812f720b233f172f7f4e.tar.xz
dexon-sol-tools-bc14ae5d8b2f0271defa812f720b233f172f7f4e.tar.zst
dexon-sol-tools-bc14ae5d8b2f0271defa812f720b233f172f7f4e.zip
chore: run linter
-rw-r--r--packages/instant/src/components/payment_method.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/instant/src/components/payment_method.tsx b/packages/instant/src/components/payment_method.tsx
index 66ebe1f20..ebcd62f35 100644
--- a/packages/instant/src/components/payment_method.tsx
+++ b/packages/instant/src/components/payment_method.tsx
@@ -1,13 +1,8 @@
import * as _ from 'lodash';
import * as React from 'react';
-import {
- COINBASE_WALLET_ANDROID_APP_STORE_URL,
- COINBASE_WALLET_IOS_APP_STORE_URL,
- COINBASE_WALLET_SITE_URL,
-} from '../constants';
import { ColorOption } from '../style/theme';
-import { Account, AccountState, Network, OperatingSystem } from '../types';
+import { Account, AccountState, Network } from '../types';
import { envUtil } from '../util/env';
import { CoinbaseWalletLogo } from './coinbase_wallet_logo';