chore: Add AgentBot API module (#5599)
This commit is contained in:
@@ -3,6 +3,7 @@ import Vuex from 'vuex';
|
||||
|
||||
import accounts from './modules/accounts';
|
||||
import agents from './modules/agents';
|
||||
import agentBots from './modules/agentBots';
|
||||
import attributes from './modules/attributes';
|
||||
import auth from './modules/auth';
|
||||
import automations from './modules/automations';
|
||||
@@ -44,6 +45,7 @@ export default new Vuex.Store({
|
||||
modules: {
|
||||
accounts,
|
||||
agents,
|
||||
agentBots,
|
||||
attributes,
|
||||
auth,
|
||||
automations,
|
||||
|
||||
Reference in New Issue
Block a user