Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac committed Jan 6, 2017
1 parent 19060c5 commit 9b5a5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/views/Accounts/List/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.

import React, { createElement as createReactElement, Component, PropTypes } from 'react';
import React, { Component, PropTypes } from 'react';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';

Expand Down

0 comments on commit 9b5a5a3

Please sign in to comment.