fix Component import

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-17 18:12:51 +02:00
parent 3469486650
commit e620b227e0
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -14,7 +14,7 @@
-->
<script lang="ts">
import { store as modal } from '@anticrm/ui'
import Component from '@anticrm/ui/src/components/Component.svelte'
import { Component } from '@anticrm/ui'
let modalHTML: HTMLElement
let modalOHTML: HTMLElement