import { useTranslation } from "next-i18next"; export default function Error() { const { t } = useTranslation(); return
{t("widget.api_error")}
; }