cleanup(cockpit/TextEditorContractsToolbar): remove unused `Icon`

In https://github.com/status-im/embark-area-51/commit/c8339c074 we started using
Font Awesome Icons, so this is a leftover.
This commit is contained in:
Pascal Precht 2018-10-19 10:55:04 +02:00
parent e692e7b19e
commit c8bd4f19e3
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import React, {Component} from 'react'; import React, {Component} from 'react';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import {Col, Badge, Icon} from 'reactstrap'; import {Col, Badge} from 'reactstrap';
import FontAwesomeIcon from 'react-fontawesome'; import FontAwesomeIcon from 'react-fontawesome';
import TextEditorToolbar from './TextEditorToolbar'; import TextEditorToolbar from './TextEditorToolbar';