index.js 171 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 import Page from './view' import { connect } from 'react-redux' const mapState = state => ({ userInfo: state.user.userInfo }) export default connect(mapState)(Page)