2import { connect } from "react-redux"; 3 4const QuoteChanger = props => { 5 return <div>{props.quote}</div>; 6}; 7 8const mapStateToProps ...
確定! 回上一頁