fix(website): fix code splitting

This commit is contained in:
Brandon Millman
2018-11-05 12:59:10 -08:00
parent df8fd36c94
commit 3b421ef796
24 changed files with 34 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
import { colors, EtherscanLinkSuffixes, utils as sharedUtils } from '@0x/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import ReactTooltip = require('react-tooltip');
import ReactTooltip from 'react-tooltip';
interface EtherScanIconProps {
addressOrTxHash: string;