Remove extra import

Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
This commit is contained in:
Denis Bunakalya 2023-01-18 12:31:07 +04:00
parent 0599237248
commit 0803d4a2f6
No known key found for this signature in database
GPG Key ID: A27AAAF036F838C2

View File

@ -14,7 +14,7 @@
-->
<script lang="ts">
import { Class, Doc, DocumentQuery, Ref, WithLookup, Space } from '@hcengineering/core'
import { Asset, IntlString, getEmbeddedLabel } from '@hcengineering/platform'
import { Asset, IntlString } from '@hcengineering/platform'
import { createQuery, getClient } from '@hcengineering/presentation'
import {
AnyComponent,