mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-12 17:59:50 +01:00
webapp: Organize imports
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user