From f8b61281be84a6e4e7a44be5109e688a7c56c671 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 7 Jul 2017 21:18:33 +0200 Subject: refactor files so list updates while processing --- client/containers/taskList.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 client/containers/taskList.js (limited to 'client/containers/taskList.js') diff --git a/client/containers/taskList.js b/client/containers/taskList.js new file mode 100644 index 0000000..f4a5a1d --- /dev/null +++ b/client/containers/taskList.js @@ -0,0 +1,15 @@ +import { connect } from 'react-redux' +// import {} from '../actions' +import TaskListView from '../components/Tasks/TaskListView.jsx' + +const mapStateToProps = (state) => ({ tasks: state.tasks }) + +const mapDispatchToProps = { +} + +const TaskList = connect( + mapStateToProps, + mapDispatchToProps +)(TaskListView) + +export default TaskList -- cgit v1.2.3-70-g09d2