mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 04:49:00 +00:00
remove double imports
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
d02a06fcfa
commit
3469486650
@ -17,7 +17,6 @@
|
|||||||
import { createEventDispatcher } from 'svelte'
|
import { createEventDispatcher } from 'svelte'
|
||||||
import type { Ref, Space } from '@anticrm/core'
|
import type { Ref, Space } from '@anticrm/core'
|
||||||
import { TextArea, EditBox, Dialog, Tabs, Section, Grid } from '@anticrm/ui'
|
import { TextArea, EditBox, Dialog, Tabs, Section, Grid } from '@anticrm/ui'
|
||||||
import DialogHeader from './DialogHeader.svelte'
|
|
||||||
import File from './icons/File.svelte'
|
import File from './icons/File.svelte'
|
||||||
import Address from './icons/Address.svelte'
|
import Address from './icons/Address.svelte'
|
||||||
import Attachment from './icons/Attachment.svelte'
|
import Attachment from './icons/Attachment.svelte'
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
import File from './icons/File.svelte'
|
import File from './icons/File.svelte'
|
||||||
import Address from './icons/Address.svelte'
|
import Address from './icons/Address.svelte'
|
||||||
import Attachment from './icons/Attachment.svelte'
|
import Attachment from './icons/Attachment.svelte'
|
||||||
import DialogHeader from './DialogHeader.svelte'
|
|
||||||
|
|
||||||
import { createQuery } from '@anticrm/presentation'
|
import { createQuery } from '@anticrm/presentation'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user