Feature: Rich Message Types (#610)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com> Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ import appConfig from 'widget/store/modules/appConfig';
|
||||
import contacts from 'widget/store/modules/contacts';
|
||||
import conversation from 'widget/store/modules/conversation';
|
||||
import conversationLabels from 'widget/store/modules/conversationLabels';
|
||||
import events from 'widget/store/modules/events';
|
||||
import message from 'widget/store/modules/message';
|
||||
|
||||
Vue.use(Vuex);
|
||||
@@ -13,9 +14,10 @@ export default new Vuex.Store({
|
||||
modules: {
|
||||
agent,
|
||||
appConfig,
|
||||
message,
|
||||
contacts,
|
||||
conversation,
|
||||
conversationLabels,
|
||||
events,
|
||||
message,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user