We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df762fa commit 44c9cf6Copy full SHA for 44c9cf6
javascript/src/api.ts
@@ -23,7 +23,7 @@ import type {
23
import type { IObservableDisposable } from '@lumino/disposable';
24
import type { ISignal } from '@lumino/signaling';
25
import * as Y from 'yjs';
26
-import { IAwareness } from './awareness';
+import { IAwareness } from './awareness.js';
27
28
/**
29
* Changes on Sequence-like data are expressed as Quill-inspired deltas.
0 commit comments