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
@@ -3,8 +3,8 @@ import { useI18n } from 'dashboard/composables/useI18n';
import { useRoute } from 'dashboard/composables/route';
import wootConstants from 'dashboard/constants/globals';
import { CMD_SNOOZE_NOTIFICATION } from './helpers/events';
import { ICON_SNOOZE_NOTIFICATION } from './helpers/icons';
import { CMD_SNOOZE_NOTIFICATION } from 'dashboard/helper/CommandBar/events';
import { ICON_SNOOZE_NOTIFICATION } from 'dashboard/helper/CommandBar/icons';
import { emitter } from 'shared/helpers/mitt';
import { isAInboxViewRoute } from 'dashboard/helper/routeHelpers';