mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
refactor utils
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
import { useGlobalSearchStore } from '../stores/globalSearch';
|
||||
import { userImage } from '../shared/utils';
|
||||
import { useUserDisplay } from '../composables/useUserDisplay';
|
||||
|
||||
import GlobalSearchSync from './GlobalSearchSync.vue';
|
||||
|
||||
const { userImage } = useUserDisplay();
|
||||
const globalSearchStore = useGlobalSearchStore();
|
||||
const {
|
||||
isOpen,
|
||||
|
||||
Reference in New Issue
Block a user