()
| 16 | }); |
| 17 | |
| 18 | export function createPageStore() { |
| 19 | return syncedStore({ |
| 20 | page: {}, |
| 21 | notes: {}, |
| 22 | arrows: {}, |
| 23 | }) as IAppCollabStore; |
| 24 | } |
| 25 | export function createPageDoc() { |
| 26 | return getYjsDoc(createPageStore()); |
| 27 | } |
no outgoing calls
no test coverage detected