Move src to dashboard (#152)
This commit is contained in:
14
app/javascript/dashboard/store/modules/channels.js
Normal file
14
app/javascript/dashboard/store/modules/channels.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/* eslint no-console: 0 */
|
||||
/* eslint no-param-reassign: 0 */
|
||||
|
||||
// const chatType = 'all';
|
||||
// initial state
|
||||
const state = {};
|
||||
|
||||
// actions
|
||||
const actions = {};
|
||||
|
||||
export default {
|
||||
state,
|
||||
actions,
|
||||
};
|
||||
Reference in New Issue
Block a user