Created
April 6, 2017 04:25
-
-
Save grantsheppard/2a848e4d9346d87490120ba28489596b to your computer and use it in GitHub Desktop.
This file contains 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
const Component = ... | |
const mapStateToProps = ... | |
export default connect(mapStateToProps)(Component) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment