import { info, success, warning, error, dark } from "utils/toast";
export const useToast = () => {
return { info, success, warning, error, dark };
};