import * as React from 'react'; const Button = (_props) => { return <button className="button">Click Me</button>; }; export default Button;.
確定! 回上一頁