mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
lint: apply pretty import
This commit is contained in:
@@ -58,12 +58,13 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { WarningFilled, Close, Loading } from '@element-plus/icons-vue';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { Close, Loading, WarningFilled } from '@element-plus/icons-vue';
|
||||
import { computed } from 'vue';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { userImage, userStatusClass } from '../shared/utils';
|
||||
|
||||
import { useAppearanceSettingsStore, useFriendStore } from '../stores';
|
||||
import { userImage, userStatusClass } from '../shared/utils';
|
||||
|
||||
const props = defineProps({
|
||||
friend: { type: Object, required: true },
|
||||
|
||||
Reference in New Issue
Block a user