Skip to content

Instantly share code, notes, and snippets.

@smks
Created December 2, 2018 12:42
Show Gist options
  • Save smks/296bf8e66f2964ce633ec8ab43946a07 to your computer and use it in GitHub Desktop.
Save smks/296bf8e66f2964ce633ec8ab43946a07 to your computer and use it in GitHub Desktop.
PeopleList index.js
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