Removed unused Badge component import from ScoutSuiteRuleButton.js

This commit is contained in:
VakarisZ 2021-03-03 11:24:21 +02:00
parent 6b52d4931e
commit cb60b8dbd2
1 changed files with 1 additions and 1 deletions

View File

@ -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';