diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-04 02:55:40 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-04 02:55:40 +0800 |
commit | 3592ebef0800fe3c32c9f1e4870b667a07a322bb (patch) | |
tree | efc7b8c9ef06e457b769a0244b252cdd8f3f7cc7 /packages/website/ts/components/inputs | |
parent | a783d21409424a5da934d5909a9238d1d08fe88b (diff) | |
download | dexon-sol-tools-3592ebef0800fe3c32c9f1e4870b667a07a322bb.tar.gz dexon-sol-tools-3592ebef0800fe3c32c9f1e4870b667a07a322bb.tar.zst dexon-sol-tools-3592ebef0800fe3c32c9f1e4870b667a07a322bb.zip |
Move over AnchorTitle and associated elements
Diffstat (limited to 'packages/website/ts/components/inputs')
-rw-r--r-- | packages/website/ts/components/inputs/hash_input.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/website/ts/components/inputs/hash_input.tsx b/packages/website/ts/components/inputs/hash_input.tsx index 5a3d34fe6..28305637d 100644 --- a/packages/website/ts/components/inputs/hash_input.tsx +++ b/packages/website/ts/components/inputs/hash_input.tsx @@ -1,10 +1,11 @@ import { Order, ZeroEx } from '0x.js'; +import { Styles } from '@0xproject/react-shared'; import * as _ from 'lodash'; import * as React from 'react'; import ReactTooltip = require('react-tooltip'); import { Blockchain } from 'ts/blockchain'; import { FakeTextField } from 'ts/components/ui/fake_text_field'; -import { HashData, Styles } from 'ts/types'; +import { HashData } from 'ts/types'; import { constants } from 'ts/utils/constants'; const styles: Styles = { |