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