init new route for a new task
This commit is contained in:
14
src/views/task/NewTask.vue
Normal file
14
src/views/task/NewTask.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import NewTaskForm from '@/use-cases/task/components/NewTaskForm.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="new-task">
|
||||
<NewTaskForm />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.new-task {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user