Moved over all pages/shared components and dependencies to react-shared

This commit is contained in:
Fabio Berger
2018-03-05 13:53:13 +01:00
parent 874e667849
commit 5a90fece80
69 changed files with 169 additions and 150 deletions

View File

@@ -1,8 +1,8 @@
import { colors } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import ReactTooltip = require('react-tooltip');
import { EtherscanLinkSuffixes } from 'ts/types';
import { colors } from 'ts/utils/colors';
import { utils } from 'ts/utils/utils';
interface EtherScanIconProps {