fix: remove unused watch import from Tasks.vue

This commit is contained in:
Shariq Ansari 2025-09-03 18:38:12 +05:30
parent 20318d0d13
commit 1effb6bc58
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
</template>
<script setup>
import { DropdownOption } from '@/utils'
import { Dropdown } from 'frappe-ui'
import { computed, ref } from 'vue'
const props = defineProps({

View File

@ -213,7 +213,7 @@ import { getMeta } from '@/stores/meta'
import { usersStore } from '@/stores/users'
import { formatDate, timeAgo } from '@/utils'
import { Tooltip, Avatar, TextEditor, Dropdown, call } from 'frappe-ui'
import { computed, ref, watch } from 'vue'
import { computed, ref } from 'vue'
import { useRouter } from 'vue-router'
const { getFormattedPercent, getFormattedFloat, getFormattedCurrency } =