2022-10-01 03:10:07 +02:00

10 lines
186 B
JavaScript

import React from "react"
import * as antd from "antd"
export default (props) => {
return <div>
<antd.Button>
Change password
</antd.Button>
</div>
}