mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 09:35:00 +02:00
UBERF-4248: Task type (#4042)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<script lang="ts">
|
||||
import { Ref, Space } from '@hcengineering/core'
|
||||
import { Label } from '@hcengineering/ui'
|
||||
import { Label, Button, Component, IconBack, IconClose } from '@hcengineering/ui'
|
||||
import board from '../plugin'
|
||||
import { createQuery } from '@hcengineering/presentation'
|
||||
import { MenuPage } from '@hcengineering/board'
|
||||
import { Button, Component, IconBack, IconClose } from '@hcengineering/ui'
|
||||
import { createEventDispatcher } from 'svelte'
|
||||
|
||||
export let currentSpace: Ref<Space> | undefined
|
||||
|
||||
Reference in New Issue
Block a user