chore: fix lint issue

This commit is contained in:
Roman Hotsiy 2018-02-18 12:32:02 +02:00
parent fe989e2fe9
commit f30a92be82
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -1,6 +1,7 @@
import * as classnames from 'classnames';
import { deprecatedCss } from '../../common-elements';
import styled, { css, withProps } from '../../styled-components';
import * as classnames from 'classnames';
export const OperationBadge = withProps<{ type: string }>(styled.span).attrs({
className: props => `operation-type ${props.type}`,