Fix
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-10-23 10:42:27 +02:00
parent aaf494e27a
commit b39c5946f9
4 changed files with 4 additions and 4 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/ReactRuntime")
export const TypeId: unique symbol = Symbol.for("effect-fc/ReactRuntime/ReactRuntime")
export type TypeId = typeof TypeId
export interface ReactRuntime<R, ER> {