- more!
This commit is contained in:
6
app/containers/Item/List.js
Normal file
6
app/containers/Item/List.js
Normal 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);
|
||||
Reference in New Issue
Block a user