const Alerts = () => { return ( <>
{/* */ }
Attention needed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when

{/* */ }
Message Sent Successfully

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

{/* */ }
There were 1 errors with your submission
  • Lorem Ipsum is simply dummy text of the printing
); }; export default Alerts;