Remove defineProps import (#2025)

This commit is contained in:
bymyself
2024-12-23 07:25:47 -07:00
committed by GitHub
parent b0cc5eac95
commit cf51254d24

View File

@@ -11,7 +11,7 @@
</template>
<script setup lang="ts">
import { computed, ref, defineProps } from 'vue'
import { computed, ref } from 'vue'
import Button from 'primevue/button'
import { useToast } from 'primevue/usetoast'
import { ExecutionErrorWsMessage } from '@/types/apiTypes'