Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Feb 18, 2018
1 parent fe989e2 commit f30a92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/SideMenu/styled.elements.ts
Original file line number Diff line number Diff line change
@@ -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}`,
Expand Down

0 comments on commit f30a92b

Please sign in to comment.