mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 20:53:45 +02:00
rename
This commit is contained in:
+1
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user