mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
lint: apply pretty import
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
|
||||
<script setup>
|
||||
import { onBeforeUnmount, onMounted, ref, watch } from 'vue';
|
||||
import * as workerTimers from 'worker-timers';
|
||||
|
||||
import { timeToText } from '../shared/utils';
|
||||
|
||||
import * as workerTimers from 'worker-timers';
|
||||
|
||||
const props = defineProps({
|
||||
datetime: { type: String, default: '' },
|
||||
hours: { type: Number, default: 1 }
|
||||
|
||||
Reference in New Issue
Block a user