UBERF-4248: Task type (#4042)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-12-14 23:26:02 +07:00
committed by GitHub
parent 58b841518a
commit 19d6764250
196 changed files with 4690 additions and 2524 deletions
@@ -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