import React from 'react'; export const Alert = (text) => { return(

{text}

) }