diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/WarningBox.js b/monkey/monkey_island/cc/ui/src/components/configuration-components/WarningBox.js index 89b1c4534..5192cac5e 100644 --- a/monkey/monkey_island/cc/ui/src/components/configuration-components/WarningBox.js +++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/WarningBox.js @@ -1,13 +1,12 @@ import * as React from 'react'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons/faExclamationTriangle'; +import WarningIcon from '../ui-components/WarningIcon'; class WarningBox extends React.Component { render() { return (