[CodeHealth] Remove unused var (#2713)

This commit is contained in:
bymyself
2025-02-24 12:03:52 -07:00
committed by GitHub
parent 2ac67f2dd0
commit 9cb993cd3d

View File

@@ -45,7 +45,7 @@
import Button from 'primevue/button'
import { ref } from 'vue'
const props = defineProps<{
defineProps<{
modelValue: string
}>()