diff --git a/src/modules/task/components/TaskNotFound.vue b/src/modules/task/components/TaskNotFound.vue
new file mode 100644
index 0000000..0750a65
--- /dev/null
+++ b/src/modules/task/components/TaskNotFound.vue
@@ -0,0 +1,20 @@
+
+
+
Task not found.
+
+
+ go to homepage
+
+
+
+
diff --git a/src/views/task/EditTask.vue b/src/views/task/EditTask.vue
index 482fe4f..122e73d 100644
--- a/src/views/task/EditTask.vue
+++ b/src/views/task/EditTask.vue
@@ -1,5 +1,6 @@