Skip to content

Commit

Permalink
network-websocket/messages: import type {}
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Oct 31, 2023
1 parent cde8117 commit abe5e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/automerge-repo-network-websocket/src/messages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Message, type PeerId } from "@automerge/automerge-repo"
import { ProtocolVersion } from "./protocolVersion.js"
import type { Message, PeerId } from "@automerge/automerge-repo"
import type { ProtocolVersion } from "./protocolVersion.js"

/** The sender is disconnecting */
export type LeaveMessage = {
Expand Down

0 comments on commit abe5e11

Please sign in to comment.