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