connect.js 239 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 import { connect } from 'react-redux' const mapState = state => ({ user: state.user.user, platformAccount: state.user.platformAccount, company: state.user.company, business: state.user.business }) export default connect(mapState)