export const warning = (message: string, options: ToastOptions = {}) =>
  createToastOnce({
    message,
    title: t("Warning"),
    color: "orange",