export default Alert export function Alert() { const close = function() { const alert = document.getElementById('alert') alert.setAttribute('style', 'display: none;') } return( ) }