Skip to content

Commit

Permalink
[IGNORE]: extracted in hotwired#1023
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Oct 8, 2023
1 parent a653d12 commit a31d044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const recentRequests = new LimitedSet(20)
const { navigator } = session
export { navigator, session, cache, recentRequests, PageRenderer, PageSnapshot, FrameRenderer }

export { StreamActions } from "./streams/stream_actions"

/**
* Starts the main session.
* This initialises any necessary observers such as those to monitor
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Turbo.start()
export * from "./core"
export * from "./elements"
export * from "./http"
export { StreamActions } from "./core/streams/stream_actions"

0 comments on commit a31d044

Please sign in to comment.