chore: prettier and linter

This commit is contained in:
fragosti
2018-11-01 18:59:28 -07:00
parent e2ff7b7c84
commit 515b8712a1
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import { assetUtils } from '../util/asset';
import { SearchInput } from './search_input';
import { Circle, Container, Flex, Text } from './ui';
import { bool } from 'prop-types';
export interface ERC20TokenSelectorProps {
tokens: ERC20Asset[];

View File

@@ -1,4 +1,3 @@
import { styled } from '../../style/theme';
export interface CircleProps {