aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/components/zero_ex_instant_container.tsx
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-06 01:42:22 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-06 01:42:22 +0800
commiteb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa (patch)
tree3388500c8e8de44beb557eb2b3211f7a3e0d117e /packages/instant/src/components/zero_ex_instant_container.tsx
parent66261102de57e3bc86714577c021aa5c7e17c150 (diff)
downloaddexon-0x-contracts-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar
dexon-0x-contracts-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.gz
dexon-0x-contracts-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.bz2
dexon-0x-contracts-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.lz
dexon-0x-contracts-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.xz
dexon-0x-contracts-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.tar.zst
dexon-0x-contracts-eb46570a38c0c2b698ec1fe23806c2ff4c8e7bfa.zip
chore(instant): import UI components directly
Diffstat (limited to 'packages/instant/src/components/zero_ex_instant_container.tsx')
-rw-r--r--packages/instant/src/components/zero_ex_instant_container.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/instant/src/components/zero_ex_instant_container.tsx b/packages/instant/src/components/zero_ex_instant_container.tsx
index c1bd17502..3667ab90f 100644
--- a/packages/instant/src/components/zero_ex_instant_container.tsx
+++ b/packages/instant/src/components/zero_ex_instant_container.tsx
@@ -13,7 +13,8 @@ import { zIndex } from '../style/z_index';
import { SlideAnimationState } from './animations/slide_animation';
import { SlidingPanel } from './sliding_panel';
-import { Container, Flex } from './ui';
+import { Container } from './ui/container';
+import { Flex } from './ui/flex';
export interface ZeroExInstantContainerProps {}
export interface ZeroExInstantContainerState {
tokenSelectionPanelAnimationState: SlideAnimationState;