Fix wrong use of Icons (#3973)

This commit is contained in:
Nicolas Gotchac
2016-12-27 12:40:16 +01:00
committed by Jaco Greeff
parent 7454212b28
commit ce8d9252e7
2 changed files with 4 additions and 1 deletions

View File

@@ -18,9 +18,10 @@ import React, { Component, PropTypes } from 'react';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import {
Card, CardHeader, CardText, TextField, DropDownMenu, MenuItem, RaisedButton, AddIcon, CheckIcon
Card, CardHeader, CardText, TextField, DropDownMenu, MenuItem, RaisedButton
} from 'material-ui';
import { AddIcon, CheckIcon } from '~/ui/Icons';
import { propose, confirm } from './actions';
import styles from './reverse.css';