import * as React from "react"; import { WidgetBody, Row } from "../ui/index"; import { t } from "../i18next_wrapper"; export function ResendPanelBody(props: { onClick(): void; }) { return

{t("Please check your email for the verification link.")}

{t("You may click the button below to resend the email.")}

; }