Refactoring
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-07-28 04:25:41 +02:00
parent 6b39671d60
commit 55ca8a0dd4
18 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { Effect, Equivalence, Ref, Stream, SubscriptionRef } from "effect"
import * as React from "react"
import { SetStateAction } from "../types/index.js"
import { SetStateAction } from "../../types/index.js"
import { useCallbackSync } from "./useCallbackSync.js"
import { useFork } from "./useFork.js"
import { useOnce } from "./useOnce.js"

View File

@@ -1,2 +1,2 @@
export * from "./Hooks.js"
export * as Hooks from "./Hooks.js"
export * from "./Hooks/index.js"
export * as Hooks from "./Hooks/index.js"