Fix
All checks were successful
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

View File

@@ -5,7 +5,7 @@ import * as React from "react"
import { Memoized } from "./index.js"
export const TypeId: unique symbol = Symbol.for("effect-fc/Component/Component")
export const TypeId: unique symbol = Symbol.for("@effect-fc/Component/Component")
export type TypeId = typeof TypeId
export interface Component<P extends {}, A extends React.ReactNode, E, R>