export const error = (message: string, options: ToastOptions = {}) =>
  createToastOnce({
    message,
    title: t("Error"),
    color: "red",