fix: removed unsed imports

This commit is contained in:
Shariq Ansari 2025-03-15 14:47:09 +05:30
parent 5c5b2cdce1
commit ff6fdb2386

View File

@ -487,7 +487,6 @@ import FilesUploader from '@/components/FilesUploader/FilesUploader.vue'
import { timeAgo, formatDate, startCase } from '@/utils'
import { globalStore } from '@/stores/global'
import { usersStore } from '@/stores/users'
import { contactsStore } from '@/stores/contacts'
import { whatsappEnabled } from '@/composables/settings'
import { capture } from '@/telemetry'
import { Button, Tooltip, createResource } from 'frappe-ui'
@ -506,7 +505,6 @@ import { useRoute } from 'vue-router'
const { makeCall, $socket } = globalStore()
const { getUser } = usersStore()
const { getContact, getLeadContact } = contactsStore()
const props = defineProps({
doctype: {