client: remove unused import

This commit is contained in:
Johann150 2023-03-19 11:00:45 +01:00
parent ed9b9210a9
commit 806f757cc8
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -64,7 +64,7 @@
</template>
<script lang="ts" setup>
import { computed, onActivated, ref, watch } from 'vue';
import { computed, ref, watch } from 'vue';
import JSON5 from 'json5';
import FormSwitch from '@/components/form/switch.vue';
import FormSelect from '@/components/form/select.vue';