fix: imports

This commit is contained in:
Shivam Mishra
2024-08-23 14:26:53 +05:30
parent 323cc41b25
commit 57c23857ea
8 changed files with 10 additions and 10 deletions
@@ -7,7 +7,7 @@ import {
CMD_MUTE_CONVERSATION,
CMD_SEND_TRANSCRIPT,
CMD_UNMUTE_CONVERSATION,
} from '../../../routes/dashboard/commands/commandBarBusEvents';
} from 'dashboard/composables/commands/helpers/events';
export default {
components: {
@@ -6,7 +6,7 @@ import {
CMD_BULK_ACTION_SNOOZE_CONVERSATION,
CMD_BULK_ACTION_REOPEN_CONVERSATION,
CMD_BULK_ACTION_RESOLVE_CONVERSATION,
} from 'dashboard/routes/dashboard/commands/commandBarBusEvents';
} from 'dashboard/composables/commands/helpers/events';
import AgentSelector from './AgentSelector.vue';
import UpdateActions from './UpdateActions.vue';