webapp: Organize imports

This commit is contained in:
Thomas Basler
2022-12-24 20:35:30 +01:00
parent c027f19346
commit c6ebea3e9e
35 changed files with 110 additions and 110 deletions

View File

@@ -20,9 +20,9 @@
</template>
<script lang="ts">
import { defineComponent, type PropType } from 'vue';
import { timestampToString } from '@/utils';
import type { EventlogItems } from '@/types/EventlogStatus';
import { timestampToString } from '@/utils';
import { defineComponent, type PropType } from 'vue';
export default defineComponent({
props: {