Fix
Lint / lint (push) Successful in 39s

This commit is contained in:
Julien Valverdé
2026-07-19 03:15:55 +02:00
parent be1038fc8d
commit 9b25ef4b57
7 changed files with 10 additions and 273 deletions
+2 -2
View File
@@ -3,6 +3,8 @@ import * as React from "react"
import * as Component from "./Component.js"
export * from "effect/Stream"
export const use: {
<A, E, R>(
stream: Stream.Stream<A, E, R>
@@ -29,5 +31,3 @@ export const use: {
return reactStateValue as Option.Some<A>
})
export * from "effect/Stream"