import { connect } from 'react-redux'; import { mapStateToProps } from './Item.js'; import ItemRow from '../../components/Item/List.js'; export default connect(mapStateToProps, null)(ItemRow);