mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
10 lines
186 B
JavaScript
Executable File
10 lines
186 B
JavaScript
Executable File
import React from "react"
|
|
import * as antd from "antd"
|
|
|
|
export default (props) => {
|
|
return <div>
|
|
<antd.Button>
|
|
Change password
|
|
</antd.Button>
|
|
</div>
|
|
} |