Skip to content

Commit

Permalink
Untangle circular dependency in StreamSourceElement (hotwired#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth authored Feb 24, 2023
1 parent 455ffe0 commit 133271f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/stream_source_element.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { StreamSource } from "../core/types"
import { connectStreamSource, disconnectStreamSource } from "../index"
import { connectStreamSource, disconnectStreamSource } from "../core/index"

export class StreamSourceElement extends HTMLElement {
streamSource: StreamSource | null = null
Expand Down

0 comments on commit 133271f

Please sign in to comment.