diff --git a/web/src/store/index.js b/web/src/store/index.js index 6a7fe0a..744776a 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -1,5 +1,5 @@ import { createStore } from 'vuex' -import dashboard from './dashboard/index' +import dashboard from './modules/dashboard' import { LOGIN_SUCCESS, LOGOUT, TITLE } from './mutation-types' const store = createStore({ diff --git a/web/src/store/dashboard/index.js b/web/src/store/modules/dashboard.js similarity index 100% rename from web/src/store/dashboard/index.js rename to web/src/store/modules/dashboard.js