re-setup subproject kontor-vue
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { createStore } from "vuex";
|
||||
import { auth } from "./auth.module";
|
||||
|
||||
const store = createStore({
|
||||
modules: {
|
||||
auth,
|
||||
},
|
||||
});
|
||||
|
||||
export default store;
|
||||
Reference in New Issue
Block a user