mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 03:03:47 +02:00
lint: apply pretty import
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, watch, onMounted } from 'vue';
|
||||
import { onMounted, ref, watch } from 'vue';
|
||||
|
||||
import { parseLocation } from '../../shared/utils/location';
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user