import { ResetPasswordForm } from '@/components/interfaces/SignIn/ResetPasswordForm' import ForgotPasswordLayout from '@/components/layouts/SignInLayout/ForgotPasswordLayout' import { withAuth } from '@/hooks/misc/withAuth' import type { NextPageWithLayout } from '@/types' const ResetPasswordPage: NextPageWithLayout = () => { return (