UNPKG

lube-cra-seed

Version:

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

14 lines (10 loc) 326 B
import BComp from './components/B' import { connect } from 'react-redux' import { } from 'modules/authentication/actions' const mapDispatchToProps = {} const mapStateToProps = (state) => { return { empleados: state.authentication.authenticated } } export default connect(mapStateToProps, mapDispatchToProps)(BComp)