@@ -164,10 +164,6 @@
const props = defineProps<{
modelValue: boolean
}>()
-
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
- const _ = props
const emit = defineEmits<{
(e: 'update:modelValue', value: boolean): void