forked from p15670423/monkey
Removed unused Badge component import from ScoutSuiteRuleButton.js
This commit is contained in:
parent
6b52d4931e
commit
cb60b8dbd2
|
@ -1,5 +1,5 @@
|
|||
import React, {Component} from 'react';
|
||||
import {Badge, Button} from 'react-bootstrap';
|
||||
import {Button} from 'react-bootstrap';
|
||||
import * as PropTypes from 'prop-types';
|
||||
|
||||
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
||||
|
|
Loading…
Reference in New Issue