| 1 | import type {Store} from 'tinybase'; |
| 2 | import {createStore} from 'tinybase'; |
| 3 | import type {Persister} from 'tinybase/persisters'; |
| 4 | import {createYjsPersister} from 'tinybase/persisters/persister-yjs'; |
nothing calls this directly
no test coverage detected