remove double imports

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-17 16:50:35 +02:00
parent d02a06fcfa
commit 3469486650
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
import { createEventDispatcher } from 'svelte'
import type { Ref, Space } from '@anticrm/core'
import { TextArea, EditBox, Dialog, Tabs, Section, Grid } from '@anticrm/ui'
import DialogHeader from './DialogHeader.svelte'
import File from './icons/File.svelte'
import Address from './icons/Address.svelte'
import Attachment from './icons/Attachment.svelte'

View File

@ -26,7 +26,6 @@
import File from './icons/File.svelte'
import Address from './icons/Address.svelte'
import Attachment from './icons/Attachment.svelte'
import DialogHeader from './DialogHeader.svelte'
import { createQuery } from '@anticrm/presentation'