inital commit
This commit is contained in:
13
resources/js/store/index.js
vendored
Normal file
13
resources/js/store/index.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { createStore } from 'vuex';
|
||||
|
||||
import auth from "./auth";
|
||||
import dashboard from "./dashboard";
|
||||
import global from "./global";
|
||||
|
||||
export default createStore({
|
||||
modules: {
|
||||
auth,
|
||||
dashboard,
|
||||
global
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user