mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-30 14:55:27 -04:00
refactor: reorganize files in commons package
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
c9b98f6185
commit
4d9792bcb9
23 changed files with 94 additions and 69 deletions
9
commons/src/y-doc-sync/index.ts
Normal file
9
commons/src/y-doc-sync/index.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2023 The HedgeDoc developers (see AUTHORS file)
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
export * from './y-doc-sync-client-adapter.js'
|
||||
export * from './y-doc-sync-server-adapter.js'
|
||||
export * from './y-doc-sync-adapter.js'
|
||||
export * from './realtime-doc.js'
|
Loading…
Add table
Add a link
Reference in a new issue