mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
rename
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { ref, watch } from 'vue';
|
||||
import { defineStore } from 'pinia';
|
||||
|
||||
import { router } from '../plugin/router';
|
||||
import { router } from '../plugins/router';
|
||||
import { useAdvancedSettingsStore } from './settings/advanced';
|
||||
import { watchState } from '../service/watchState';
|
||||
import { watchState } from '../services/watchState';
|
||||
|
||||
import configRepository from '../service/config';
|
||||
import configRepository from '../services/config';
|
||||
|
||||
export const useAvatarProviderStore = defineStore('AvatarProvider', () => {
|
||||
const advancedSettingsStore = useAdvancedSettingsStore();
|
||||
|
||||
Reference in New Issue
Block a user