Switch huly core (#10041)

* Switch to huly.core

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

---------

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-10-07 20:23:46 +05:00
committed by GitHub
parent dd74587eb0
commit 0a682d03e3
840 changed files with 9459 additions and 41815 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import view from '@hcengineering/view'
import core from '@hcengineering/core'
import type { Asset } from '@hcengineering/platform'
export const iconsLibrary = Object.values(core.icon).concat(Object.values(view.icon))
export const iconsLibrary: Asset[] = Object.values(core.icon).concat(Object.values(view.icon))