Fix formatting

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2025-05-18 21:47:25 +05:00
parent e66202a13a
commit 9c0a9d8fb4
No known key found for this signature in database
GPG Key ID: 211936D31001B31C

View File

@ -1,5 +1,11 @@
import calendar from '@hcengineering/calendar'
import { type PersonId, type WorkspaceInfoWithStatus, type WorkspaceUuid, isActiveMode, systemAccountUuid } from '@hcengineering/core'
import {
type PersonId,
type WorkspaceInfoWithStatus,
type WorkspaceUuid,
isActiveMode,
systemAccountUuid
} from '@hcengineering/core'
import { getClient as getKvsClient } from '@hcengineering/kvs-client'
import { createClient, getAccountClient } from '@hcengineering/server-client'
import { generateToken } from '@hcengineering/server-token'