chore: remove defineModel imports

* it is a compiler macro now, so no longer needs to be imported
This commit is contained in:
Hussain Nagaria
2025-02-22 21:58:50 +05:30
parent 0678def698
commit 558601f02b
7 changed files with 7 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ import {
FormControl,
Switch,
} from 'frappe-ui'
import { defineModel, reactive, watch } from 'vue'
import { reactive, watch } from 'vue'
import { showToast, getFileSize } from '@/utils/'
import { capture } from '@/telemetry'
import { FileText, X } from 'lucide-vue-next'