mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 15:53:50 +02:00
lint: apply pretty import
This commit is contained in:
@@ -79,11 +79,13 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { Refresh, Compass } from '@element-plus/icons-vue';
|
||||
import { Compass, Refresh } from '@element-plus/icons-vue';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { userImage } from '../../shared/utils';
|
||||
|
||||
import { useFriendStore, useGroupStore, useSearchStore } from '../../stores';
|
||||
import { userImage } from '../../shared/utils';
|
||||
|
||||
import FriendsSidebar from './components/FriendsSidebar.vue';
|
||||
import GroupsSidebar from './components/GroupsSidebar.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user