diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-06-02 02:40:06 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-06-02 02:49:58 +0800 |
commit | 817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0 (patch) | |
tree | 2c699c6694c8d9535b7838b128b52becca9e2831 /packages/website/ts/components/wallet/wallet.tsx | |
parent | 3a7f26f6200bd3796a5207f62c0bdd18858db0e1 (diff) | |
download | dexon-0x-contracts-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.gz dexon-0x-contracts-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.tar.zst dexon-0x-contracts-817d9b0d3e1becdb2e8dbf51caa09edab8d14ab0.zip |
Add styled-components and polished
Diffstat (limited to 'packages/website/ts/components/wallet/wallet.tsx')
-rw-r--r-- | packages/website/ts/components/wallet/wallet.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/components/wallet/wallet.tsx b/packages/website/ts/components/wallet/wallet.tsx index 30d1285f4..62d3e5af7 100644 --- a/packages/website/ts/components/wallet/wallet.tsx +++ b/packages/website/ts/components/wallet/wallet.tsx @@ -30,6 +30,8 @@ import { TokenIcon } from 'ts/components/ui/token_icon'; import { WalletDisconnectedItem } from 'ts/components/wallet/wallet_disconnected_item'; import { WrapEtherItem } from 'ts/components/wallet/wrap_ether_item'; import { Dispatcher } from 'ts/redux/dispatcher'; +import { colors } from 'ts/style/colors'; +import { zIndex } from 'ts/style/z_index'; import { BalanceErrs, BlockchainErrs, @@ -44,9 +46,7 @@ import { WebsitePaths, } from 'ts/types'; import { backendClient } from 'ts/utils/backend_client'; -import { colors } from 'ts/utils/colors'; import { constants } from 'ts/utils/constants'; -import { zIndex } from 'ts/utils/style'; import { utils } from 'ts/utils/utils'; import { styles as walletItemStyles } from 'ts/utils/wallet_item_styles'; |