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