import mutasi from "./modules/mutasi.js"; import form from "./modules/form.js"; import system from "../../../apps/modules/system/system.js"; export const store = new Vuex.Store({ modules: { mutasi: mutasi, form: form, system: system, }, state: {}, mutations: {}, actions: {}, });