import { useContext } from "react"; import { ToastContext } from "../contexts/Toast"; export const useToast = () => useContext(ToastContext);