mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
rename
This commit is contained in:
@@ -5,9 +5,9 @@ import { useI18n } from 'vue-i18n';
|
||||
|
||||
import { instanceRequest } from '../api';
|
||||
import { parseLocation } from '../shared/utils';
|
||||
import { watchState } from '../service/watchState';
|
||||
import { watchState } from '../services/watchState';
|
||||
|
||||
import configRepository from '../service/config';
|
||||
import configRepository from '../services/config';
|
||||
|
||||
export const useLaunchStore = defineStore('Launch', () => {
|
||||
const isLaunchOptionsDialogVisible = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user