Merge branch 'development' of github.com:0xProject/0x-monorepo into development

* 'development' of github.com:0xProject/0x-monorepo:
  Remove unused imports
This commit is contained in:
Fabio Berger
2018-09-04 16:51:15 +01:00
2 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
import * as _ from 'lodash';
import { darken } from 'polished';
import * as React from 'react';
import Typist from 'react-typist';

View File

@@ -24,11 +24,6 @@ interface BoxContent {
classNames: string;
maxWidth: number;
}
interface AssetType {
title: string;
imageUrl: string;
style?: React.CSSProperties;
}
interface UseCase {
imageUrl: string;
type: string;