This commit is contained in:
2019-07-24 00:53:01 -04:00
parent 434a1ded24
commit a9f4324f29
21 changed files with 345 additions and 100 deletions

View File

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