From d7b6d8222f459942f82338fee752d03fe2d1547a Mon Sep 17 00:00:00 2001 From: fragosti Date: Thu, 4 Oct 2018 19:32:33 -0700 Subject: Apply linter --- packages/instant/src/components/zero_ex_instant_container.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/instant/src/components/zero_ex_instant_container.tsx') diff --git a/packages/instant/src/components/zero_ex_instant_container.tsx b/packages/instant/src/components/zero_ex_instant_container.tsx index 6075a5b21..716227b51 100644 --- a/packages/instant/src/components/zero_ex_instant_container.tsx +++ b/packages/instant/src/components/zero_ex_instant_container.tsx @@ -5,7 +5,7 @@ import { ColorOption } from '../style/theme'; import { BuyButton } from './buy_button'; import { InstantHeading } from './instant_heading'; import { OrderDetails } from './order_details'; -import { Container, Flex, Text } from './ui'; +import { Container, Flex } from './ui'; export interface ZeroExInstantContainerProps {} -- cgit v1.2.3