import React from 'react'; const {div} = React.DOM; const Profile = props => div({className: 'Profile Profile--large'}, props.username); ...
確定! 回上一頁