diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-07 21:18:33 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-07 21:18:33 +0200 |
| commit | f8b61281be84a6e4e7a44be5109e688a7c56c671 (patch) | |
| tree | 43797c6b6cfa5c0f89c020f8c89e0da10f791a55 /client/containers/taskForm.js | |
| parent | 3d3a7b80d34c100846c8ae130b424b63ba3c0784 (diff) | |
refactor files so list updates while processing
Diffstat (limited to 'client/containers/taskForm.js')
| -rw-r--r-- | client/containers/taskForm.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/containers/taskForm.js b/client/containers/taskForm.js index ac1a214..0e8aeac 100644 --- a/client/containers/taskForm.js +++ b/client/containers/taskForm.js @@ -1,8 +1,3 @@ -import { h, Component } from 'preact' -import { Link } from 'react-router-dom' - -import client from '../client.js' - import { connect } from 'react-redux' import { setContent, setStyle, setAlpha, createTask } from '../actions' import TaskFormView from '../components/Tasks/TaskFormView.jsx' |
