import React from 'react'; import styles from './Alert.css'; const Alert = ({ cStyle = 'error', children, className, ...props }) => (