Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
8
research/chatwoot/app/javascript/survey/store/index.js
Normal file
8
research/chatwoot/app/javascript/survey/store/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createStore } from 'vuex';
|
||||
import globalConfig from 'shared/store/globalConfig';
|
||||
|
||||
export default createStore({
|
||||
modules: {
|
||||
globalConfig,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user