mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
fix Component import
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user