diff --git a/plugins/recruit-resources/src/components/CandidateCard.svelte b/plugins/recruit-resources/src/components/CandidateCard.svelte index 2f6806513a..8ebc745784 100644 --- a/plugins/recruit-resources/src/components/CandidateCard.svelte +++ b/plugins/recruit-resources/src/components/CandidateCard.svelte @@ -18,10 +18,11 @@ import { ChannelsView } from '@anticrm/contact-resources' import { Avatar, createQuery } from '@anticrm/presentation' import type { Candidate } from '@anticrm/recruit' - import { Component, showPanel } from '@anticrm/ui' + import { Component, Label, showPanel } from '@anticrm/ui' import view from '@anticrm/view' import chunter from '@anticrm/chunter' import attachment from '@anticrm/attachment' + import recruit from '../plugin' export let candidate: Candidate @@ -39,7 +40,7 @@