This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Effect, PubSub, Ref, Scope, Stream } from "effect"
|
||||
import * as React from "react"
|
||||
import { Effect, PubSub, Ref, type Scope, Stream } from "effect"
|
||||
import type * as React from "react"
|
||||
import { useEffect } from "./useEffect.js"
|
||||
import { useOnce } from "./useOnce.js"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Effect, Effectable, Readable, Stream, Subscribable } from "effect"
|
||||
import { type Effect, Effectable, Readable, type Stream, Subscribable } from "effect"
|
||||
|
||||
|
||||
class SubscribableImpl<A, E, R>
|
||||
|
||||
Reference in New Issue
Block a user