Skip to content

Commit

Permalink
re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Sep 19, 2023
1 parent 6d2fdf2 commit ca6da96
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ remote_theme: mikearnaldi/just-the-docs
search_enabled: true
aux_links:
"Docs":
- "//effect-ts.github.io/rx"
- "//tim-smart.github.io/effect-rx"
"API Reference":
- "//effect-ts.github.io/rx/docs/rx"
- "//tim-smart.github.io/effect-rx/docs/rx"
"GitHub":
- "//github.com/effect-ts/rx"
- "//github.com/tim-smart/effect-rx"
5 changes: 5 additions & 0 deletions packages/rx-react/src/Registry.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* @since 1.0.0
*/

export * from "@effect-rx/rx/Registry"
5 changes: 5 additions & 0 deletions packages/rx-react/src/Result.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* @since 1.0.0
*/

export * from "@effect-rx/rx/Result"
5 changes: 5 additions & 0 deletions packages/rx-react/src/Rx.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* @since 1.0.0
*/

export * from "@effect-rx/rx/Rx"

0 comments on commit ca6da96

Please sign in to comment.