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
+1 -1
View File
@@ -1,7 +1,7 @@
import { reactive, ref } from 'vue';
import { defineStore } from 'pinia';
import configRepository from '../service/config.js';
import configRepository from '../services/config.js';
export const useGameStore = defineStore('Game', () => {
const state = reactive({