and then in the `PasswordResetPage.tsx`: ```types...
# support-questions-legacy
n
and then in the `PasswordResetPage.tsx`:
Copy code
typescript
import React from 'react';
import { ResetPasswordUsingToken } from 'supertokens-auth-react/recipe/thirdpartyemailpassword';
...
class PasswordResetPage extends React.Component<any, HeaderState>{
...
  render() {
return() {
<div>
        <ResetPasswordUsingToken />
</dev>}