Fix
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-07-01 13:32:25 +02:00
parent c0f3073d20
commit a9448f55cf
2 changed files with 2 additions and 2 deletions

View File

@@ -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 * as React from "react"
import { SetStateAction } from "./types/index.js" import { SetStateAction } from "./types/index.js"

View File

@@ -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" import * as React from "react"