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