diff --git a/src/services/commands/handlers/ver.ts b/src/services/commands/handlers/ver.ts index dc0b378..af68b47 100644 --- a/src/services/commands/handlers/ver.ts +++ b/src/services/commands/handlers/ver.ts @@ -1,4 +1,4 @@ -import { TaskService } from '../../tasks/service'; +import { TaskService } from '../../../tasks/service'; import { GroupSyncService } from '../../group-sync'; import { ContactsService } from '../../contacts'; import { ICONS } from '../../../utils/icons';