mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
refactor utils
This commit is contained in:
@@ -179,11 +179,13 @@
|
||||
|
||||
import { useAppearanceSettingsStore, useAuthStore, useVRCXUpdaterStore } from '../../stores';
|
||||
import { getLanguageName, languageCodes } from '../../localization';
|
||||
import { openExternalLink, userImage } from '../../shared/utils';
|
||||
import { openExternalLink } from '../../shared/utils';
|
||||
import { useUserDisplay } from '../../composables/useUserDisplay';
|
||||
import { watchState } from '../../services/watchState';
|
||||
|
||||
import LoginSettingsDialog from './Dialog/LoginSettingsDialog.vue';
|
||||
|
||||
const { userImage } = useUserDisplay();
|
||||
const { showVRCXUpdateDialog } = useVRCXUpdaterStore();
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
|
||||
Reference in New Issue
Block a user