Chatwoot/app/javascript/dashboard/store/modules/channels.js
2019-10-16 14:36:17 +05:30

14 lines
197 B
JavaScript

/* eslint no-console: 0 */
/* eslint no-param-reassign: 0 */
// const chatType = 'all';
// initial state
const state = {};
// actions
const actions = {};
export default {
state,
actions,
};