Hook work
All checks were successful
Lint / lint (push) Successful in 15s

This commit is contained in:
Julien Valverdé
2025-06-26 02:55:20 +02:00
parent 4088d86652
commit b440503e50
2 changed files with 62 additions and 11 deletions

View File

@@ -33,3 +33,7 @@ export const createElement = <P, E, R>(
...children,
),
)
export const useScope: Effect.Effect<void> = Effect.gen(function*() {
})