Created
December 2, 2018 12:42
-
-
Save smks/296bf8e66f2964ce633ec8ab43946a07 to your computer and use it in GitHub Desktop.
PeopleList index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { connect } from 'react-redux'; | |
import PeopleList, { mapStateToProps, mapDispatchToProps } from './PeopleList'; | |
export default connect( | |
mapStateToProps, | |
mapDispatchToProps, | |
)(PeopleList); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment