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

14
login-coba/store.js Normal file
View File

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