import type { NextPage } from "next"; import Head from "next/head"; import { useTranslation } from "~/providers/I18nProvider"; import { FormPswReset } from "~/forms/FormNewPswReset"; const NewPasswordResetPage: NextPage = () => { const { t } = useTranslation(); return ( <>