fix: linters

This commit is contained in:
Jannat Patel
2024-08-19 12:12:51 +05:30
parent a3b8ed8f91
commit 63f857b8fc
2 changed files with 8 additions and 8 deletions

View File

@@ -83,7 +83,7 @@
import { createResource, Avatar, Button, FormControl } from 'frappe-ui' import { createResource, Avatar, Button, FormControl } from 'frappe-ui'
import { useRouter } from 'vue-router' import { useRouter } from 'vue-router'
import { ref, watch, reactive } from 'vue' import { ref, watch, reactive } from 'vue'
import { RefreshCw, Plus } from "lucide-vue-next" import { RefreshCw, Plus } from 'lucide-vue-next'
const router = useRouter() const router = useRouter()
const show = defineModel('show') const show = defineModel('show')