Skip to content

Commit

Permalink
Fixing imports again
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed May 26, 2024
1 parent 0e8c3b5 commit f9981ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/y-websocket-server/WSSharedDoc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Y from "yjs"

import * as awarenessProtocol from "y-protocols/awareness.js"
import * as syncProtocol from "y-protocols/sync.js"
import * as awarenessProtocol from "y-protocols/awareness"
import * as syncProtocol from "y-protocols/sync"

import * as encoding from "lib0/encoding"
import * as WebSocket from "ws"
Expand Down

0 comments on commit f9981ae

Please sign in to comment.