feat: move command bar helpers

This commit is contained in:
Shivam Mishra
2024-08-23 14:32:15 +05:30
parent 57c23857ea
commit c8aa34866d
14 changed files with 16 additions and 16 deletions
@@ -13,7 +13,7 @@ import wootConstants from 'dashboard/constants/globals';
import {
CMD_REOPEN_CONVERSATION,
CMD_RESOLVE_CONVERSATION,
} from 'dashboard/composables/commands/helpers/events';
} from 'dashboard/helper/CommandBar/events';
const store = useStore();
const getters = useStoreGetters();