Fix remaining tslint issues

This commit is contained in:
Fabio Berger
2018-06-06 12:39:15 +02:00
parent 271fa26890
commit 2f2724dff5
5 changed files with 2 additions and 26 deletions

View File

@@ -1,8 +1,6 @@
import { colors } from '@0xproject/react-shared';
import * as React from 'react';
import { styled } from 'ts/style/theme';
import { Deco, Key } from 'ts/types';
import { Translate } from 'ts/utils/translate';
export type TextTag = 'p' | 'div' | 'span' | 'label';