mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
UBERF-4248: Task type (#4042)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import {} from '@hcengineering/notification'
|
||||
import type { IntlString } from '@hcengineering/platform'
|
||||
import { mergeIds } from '@hcengineering/platform'
|
||||
import task, { taskId } from '@hcengineering/task'
|
||||
import { type AnyComponent } from '@hcengineering/ui'
|
||||
import { type AnyComponent } from '@hcengineering/ui/src/types'
|
||||
import { type GetAllValuesFunc, type SortFunc } from '@hcengineering/view'
|
||||
import {} from '@hcengineering/notification'
|
||||
|
||||
export default mergeIds(taskId, task, {
|
||||
string: {
|
||||
|
||||
Reference in New Issue
Block a user