fix(ui): ensure UI server can only be started once
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / actions / StartTransaction.vue
index b887357bf81761ee33e76c9bcde418b224dde7eb..5e83983f34512ab1057d65f98a069bafc3c1200d 100644 (file)
@@ -30,7 +30,7 @@
 </template>
 
 <script setup lang="ts">
-import { defineProps, getCurrentInstance, reactive } from 'vue'
+import { getCurrentInstance, reactive } from 'vue'
 import Button from '@/components/buttons/Button.vue'
 
 const props = defineProps<{