This commit is contained in:
pa
2026-03-10 17:44:15 +09:00
parent 17b582c904
commit ff1529920b
237 changed files with 419 additions and 419 deletions
+3 -3
View File
@@ -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();