SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to use mapDispatchToProps without a mapStateToProps just use null for the first argument.
mapDispatchToProps
mapStateToProps
null
export default connect(null, mapDispatchToProps)(Start)