aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/ui/copy_icon.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-13 07:10:46 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-13 07:10:46 +0800
commit7068f7b4d125e06049c263f0a726d562a6f6e99e (patch)
treef52d91cca3acd15aebad58880e72416aebf48d19 /packages/website/ts/components/ui/copy_icon.tsx
parent79f0324abc6e59d5595770e44d620e6d0cccd6bc (diff)
parentadd1cfd26132465ad51a3f9cf2ae8362fc301fcf (diff)
downloaddexon-0x-contracts-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.gz
dexon-0x-contracts-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.zst
dexon-0x-contracts-7068f7b4d125e06049c263f0a726d562a6f6e99e.zip
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow
Diffstat (limited to 'packages/website/ts/components/ui/copy_icon.tsx')
-rw-r--r--packages/website/ts/components/ui/copy_icon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/ui/copy_icon.tsx b/packages/website/ts/components/ui/copy_icon.tsx
index 59e398cb6..403cd4607 100644
--- a/packages/website/ts/components/ui/copy_icon.tsx
+++ b/packages/website/ts/components/ui/copy_icon.tsx
@@ -2,7 +2,7 @@ import { colors } from '@0x/react-shared';
import * as React from 'react';
import * as CopyToClipboard from 'react-copy-to-clipboard';
import * as ReactDOM from 'react-dom';
-import ReactTooltip = require('react-tooltip');
+import ReactTooltip from 'react-tooltip';
interface CopyIconProps {
data: string;