Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
davwas committed Nov 14, 2023
1 parent a8bda91 commit 121ee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/modules/tldraw/domain/ws-shared-doc.do.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { applyUpdate, Doc } from 'yjs';
import WebSocket from 'ws';
import { applyAwarenessUpdate, Awareness, encodeAwarenessUpdate } from 'y-protocols/awareness';
import { encoding } from 'lib0';
import { WSMessageType } from '@modules/tldraw/types';
import { WSMessageType } from '@src/modules/tldraw/types';
import { TldrawWsService } from '../service';

export class WsSharedDocDo extends Doc {
Expand Down

0 comments on commit 121ee7a

Please sign in to comment.