import React from 'react'; const AlertInfo = () => { return (
{/* First Alert with Learn More link */}

Success Message

You can insert a description for the message here.The text relates to the action that has been performed.

Learn more
{/* Second Alert without Learn More link */}

Success Message

You can insert a description for the message here.The text relates to the action that has been performed.

); }; export default AlertInfo;