UNPKG

aws-cognito-react

Version:

aws-cognito-react primary goal is to provide user management services for a web App in a scalable serverless way.

13 lines (9 loc) 268 B
import { connect } from 'react-redux' import { LandingComponent } from './Landing' const mapStatetoProps = state => { return {} } const mapDispatchToProps = dispatch => { return {} } export default connect(mapStatetoProps, mapDispatchToProps)(LandingComponent)