aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/ui/overlay.tsx
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-08 13:38:54 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-08 13:38:54 +0800
commitecb92a44bc5a4b433f2a673fc77199c7b8a6dc18 (patch)
treeb2abb75073906c511854e6ab95be2e8ed5a035b2 /packages/instant/src/components/ui/overlay.tsx
parentf7642c06f0d5662c955ec36e1549d63445a74056 (diff)
downloaddexon-0x-contracts-ecb92a44bc5a4b433f2a673fc77199c7b8a6dc18.tar
dexon-0x-contracts-ecb92a44bc5a4b433f2a673fc77199c7b8a6dc18.tar.gz
dexon-0x-contracts-ecb92a44bc5a4b433f2a673fc77199c7b8a6dc18.tar.bz2
dexon-0x-contracts-ecb92a44bc5a4b433f2a673fc77199c7b8a6dc18.tar.lz
dexon-0x-contracts-ecb92a44bc5a4b433f2a673fc77199c7b8a6dc18.tar.xz
dexon-0x-contracts-ecb92a44bc5a4b433f2a673fc77199c7b8a6dc18.tar.zst
dexon-0x-contracts-ecb92a44bc5a4b433f2a673fc77199c7b8a6dc18.zip
feat: create PaymentMethodDropdown
Diffstat (limited to 'packages/instant/src/components/ui/overlay.tsx')
-rw-r--r--packages/instant/src/components/ui/overlay.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/components/ui/overlay.tsx b/packages/instant/src/components/ui/overlay.tsx
index 64090a6b3..7c941d294 100644
--- a/packages/instant/src/components/ui/overlay.tsx
+++ b/packages/instant/src/components/ui/overlay.tsx
@@ -1,5 +1,4 @@
import * as _ from 'lodash';
-import * as React from 'react';
import { overlayBlack, styled } from '../../style/theme';
import { zIndex } from '../../style/z_index';