complete reset password page - change input component - create combobox component
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from "react"
|
||||
import { ResetPasswordForm } from "../../components/forms/reset-password.form"
|
||||
|
||||
export const ResetPassword = () => {
|
||||
return (
|
||||
<React.Fragment>
|
||||
<ResetPasswordForm />
|
||||
<div className="hidden xl:flex w-1/2 h-full justify-center items-center">
|
||||
<img src="/svgs/auth/reset-password.svg" alt="reset password" className="auth-image-desktop" />
|
||||
</div>
|
||||
</React.Fragment>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user