import React from "react"; const Alert = ({ width, height, color, accentColor }) => ( ); export default Alert;