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