first commit

This commit is contained in:
Sas Andy
2024-08-12 08:42:51 +07:00
parent 6deeec116e
commit 2051b6439d
82 changed files with 78274 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
import coba from "coba.js";
import coba2 from "coba2.js";
// import system from "../../../apps/modules/system/system.js";
// import handover from "./modules/handover.js";
export const store = Vuex.createStore({
modules: {
coba: coba,
coba2: coba2,
},
});