diff --git a/packages/effect-components/src/ReactHook.ts b/packages/effect-components/src/ReactHook.ts index 2ef928e..a41d23a 100644 --- a/packages/effect-components/src/ReactHook.ts +++ b/packages/effect-components/src/ReactHook.ts @@ -1,4 +1,4 @@ -import { type Context, Effect, ExecutionStrategy, Exit, type Layer, pipe, Ref, Runtime, Scope, Stream, SubscriptionRef } from "effect" +import { type Context, Effect, ExecutionStrategy, Exit, type Layer, pipe, Ref, Runtime, Scope, Stream, type SubscriptionRef } from "effect" import * as React from "react" import { SetStateAction } from "./types/index.js" diff --git a/packages/effect-components/src/ReactManagedRuntime.ts b/packages/effect-components/src/ReactManagedRuntime.ts index 0266b62..3d8ae41 100644 --- a/packages/effect-components/src/ReactManagedRuntime.ts +++ b/packages/effect-components/src/ReactManagedRuntime.ts @@ -1,4 +1,4 @@ -import { Effect, type Layer, ManagedRuntime, Runtime } from "effect" +import { Effect, type Layer, ManagedRuntime, type Runtime } from "effect" import * as React from "react"