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 { ScrollBox, tooltip } from '@anticrm/ui'
import ActionIcon from '@anticrm/ui/src/components/ActionIcon.svelte'
import view from '@anticrm/view'
import { ScrollBox, tooltip } from '@hcengineering/ui'
import ActionIcon from '@hcengineering/ui/src/components/ActionIcon.svelte'
import view from '@hcengineering/view'
import { queries, toIntl } from '..'
import ContentPopup from './ContentPopup.svelte'
</script>