ChangePassword.tsx 87 B

12345
  1. const Widget = () => {
  2. return <div>change password</div>;
  3. };
  4. export default Widget;