()
| 3 | import { getViewerStore } from '../store' |
| 4 | |
| 5 | export const useViewerStore = () => { |
| 6 | const editor = useEditableStatic() |
| 7 | const store = useMemo(() => getViewerStore(editor), [editor]) |
| 8 | return store |
| 9 | } |
no test coverage detected
searching dependent graphs…