Fix
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-10-24 00:00:14 +02:00
parent b73b053cc8
commit 6b9c177ae7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import * as React from "react"
import * as Component from "./Component.js"
export const TypeId: unique symbol = Symbol.for("effect-fc/Async/Async")
export const TypeId: unique symbol = Symbol.for("@effect-fc/Async/Async")
export type TypeId = typeof TypeId
export interface Async extends Async.Options {