fix(ui): ensure UI server can only be started once
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / buttons / ReloadButton.vue
index 3ff4bc89915ca838c9b87ee255bcc53a59ecaadb..2fa291af8ae536ceaf4adcfb486482bda08f637e 100644 (file)
@@ -5,7 +5,6 @@
 </template>
 
 <script setup lang="ts">
-import { defineProps } from 'vue'
 import FlatButton from '@/components/buttons/FlatButton.vue'
 
 defineProps<{