import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faCircleInfo } from '@fortawesome/free-solid-svg-icons'; import { Alert as BAlert, CloseButton } from 'react-bootstrap'; function Alert() { return ( Check out Light Blue settings on the right! ); } export default Alert;