US08 T1 - Ajustes Visuais - Alertas, Popups & Modais
Updated imports: Replaced the DefaultModal component with Toast, removing the old modal and adding the new import.
Added useEffect: Introduced an effect to automatically close the toast after 3 seconds when the isSuccessModalOpen state is true.
Modified JSX return:
Removed the DefaultModal component with the fixed message. Added the Toast component displaying the message "Added successfully," conditionally rendered based on the isSuccessModalOpen state.