import React from "react"; import PropTypes from "prop-types"; import styles from "./Toast.module.css"; const Toast = ({ message, type, onClose }) => { return (