index.tsx 94 B

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