Migrate to hcengineering and publish to github packages (#2273)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-09-21 14:08:25 +06:00
committed by GitHub
parent 1adb05e4ae
commit 5b6ef778f3
1801 changed files with 7600 additions and 7263 deletions
@@ -14,9 +14,9 @@
// limitations under the License.
-->
<script lang="ts">
import core, { Doc, TxCUD } from '@anticrm/core'
import { createQuery } from '@anticrm/presentation'
import { ScrollBox, tooltip } from '@anticrm/ui'
import core, { Doc, TxCUD } from '@hcengineering/core'
import { createQuery } from '@hcengineering/presentation'
import { ScrollBox, tooltip } from '@hcengineering/ui'
import { toIntl } from '..'
import ContentPopup from './ContentPopup.svelte'