remove unused import

This commit is contained in:
Steve Klebanoff
2018-10-15 14:15:58 -07:00
parent f13d061dd2
commit 45ff83d852

View File

@@ -5,7 +5,6 @@ import { ColorOption } from '../style/theme';
import { BuyButton } from './buy_button';
import { InstantHeading } from './instant_heading';
import { OrderDetails } from './order_details';
import { SlidingError } from './sliding_error';
import { Container, Flex } from './ui';
export interface ZeroExInstantContainerProps {}