mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-10 18:27:38 +00:00
9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
//
|
|
// Copyright © 2024 Hardcore Engineering Inc.
|
|
//
|
|
|
|
import { mergeIds } from '@hcengineering/platform'
|
|
import print, { printId } from '@hcengineering/print'
|
|
|
|
export default mergeIds(printId, print, {})
|