Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-01-12 20:27:08 +07:00 committed by GitHub
parent 2bccea9078
commit 4f70d992e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
import type { Candidate } from '@anticrm/recruit' import type { Candidate } from '@anticrm/recruit'
import { Icon, Tooltip } from '@anticrm/ui' import { Icon, Tooltip } from '@anticrm/ui'
import ApplicationsPopup from './ApplicationsPopup.svelte' import ApplicationsPopup from './ApplicationsPopup.svelte'
import recruit from '@anticrm/recruit' import recruit from '../plugin'
export let value: Candidate export let value: Candidate
</script> </script>