Apply linter

This commit is contained in:
fragosti
2018-10-04 19:32:33 -07:00
parent 1eb8d17ce3
commit d7b6d8222f
6 changed files with 10 additions and 12 deletions

View File

@@ -2,8 +2,6 @@ import * as React from 'react';
import { ColorOption, styled } from '../../style/theme';
import { Container, Flex, Text } from '../ui';
export interface InputProps {
className?: string;
value?: string;