fix: remove unused variables

This commit is contained in:
2024-03-20 18:16:47 +01:00
parent b001ea937f
commit 8c595aa3c6
2 changed files with 0 additions and 6 deletions

View File

@@ -4,8 +4,6 @@ const props = defineProps<{
}>()
const isOpen = ref(false)
const loading = ref(false)
const dayjs = useDayjs()
const form = ref()
interface NewDeadlineState {