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:
parent
e692e7b19e
commit
c8bd4f19e3
|
@ -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';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue