import React from 'react'; import Widget from '../../../Widget'; import { Alert } from '../../../../../Components/Alert'; import { Row, Col } from 'reactstrap'; const Alerts: React.FC = () => { return (
{' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert! {' '} I'm alert!
); }; export default Alerts;