text change for simpler "New Task" and url input type

This commit is contained in:
Julien Calixte
2023-12-02 21:48:55 +01:00
parent ced597d575
commit 80b0b82e74
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import NewTaskForm from '@/modules/task/components/NewTaskForm.vue';
import NewTaskForm from '@/modules/task/components/NewTaskForm.vue'
</script>
<template>