diff --git a/plugins/chunter-resources/src/components/Activity.svelte b/plugins/chunter-resources/src/components/Activity.svelte index 1fadba533d..c90b395d05 100644 --- a/plugins/chunter-resources/src/components/Activity.svelte +++ b/plugins/chunter-resources/src/components/Activity.svelte @@ -19,11 +19,9 @@ import type { Doc, Ref, Space } from '@anticrm/core' import type { Comment } from '@anticrm/chunter' import { ReferenceInput } from '@anticrm/text-editor' -import { createQuery, getClient } from '@anticrm/presentation' +import { createQuery, getClient, Backlink } from '@anticrm/presentation' import { ScrollBox, Grid } from '@anticrm/ui' -import Backlink from './Backlink.svelte' - import chunter from '@anticrm/chunter' export let object: Doc diff --git a/plugins/chunter-resources/src/components/Backlink.svelte b/plugins/chunter-resources/src/components/Backlink.svelte deleted file mode 100644 index ec04eca0b3..0000000000 --- a/plugins/chunter-resources/src/components/Backlink.svelte +++ /dev/null @@ -1,73 +0,0 @@ - - - - -
-
-
-
{#if employee}{employee.firstName} {employee.lastName}{/if}
-
-
-
- -