summaryrefslogtreecommitdiff
path: root/client/components/Tasks/Tasks.jsx
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-07-04 04:14:03 +0200
committerJules Laplace <julescarbon@gmail.com>2017-07-04 04:14:03 +0200
commitd520c67839724e80d8b68b8fe933f1e7755a8f42 (patch)
tree51188a9a3b7a125d1e79c899ba7058a280bcde50 /client/components/Tasks/Tasks.jsx
parent2263f412817d6d2d36372e7617feb0d97fa57af8 (diff)
writing task form in a reduxy way
Diffstat (limited to 'client/components/Tasks/Tasks.jsx')
-rw-r--r--client/components/Tasks/Tasks.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/Tasks/Tasks.jsx b/client/components/Tasks/Tasks.jsx
index b72cd79..a107acf 100644
--- a/client/components/Tasks/Tasks.jsx
+++ b/client/components/Tasks/Tasks.jsx
@@ -1,7 +1,7 @@
import { h, Component } from 'preact'
import { Link } from 'react-router-dom'
-import TaskForm from './TaskForm.jsx'
+import TaskForm from '../../containers/taskForm.js'
import client from '../../client.js'