use-interval.ts

This commit is contained in:
nirholas
2026-03-31 10:23:39 +00:00
parent 392edb68cb
commit da89d763b0

View File

@@ -65,3 +65,4 @@ export function useInterval(
return clock.subscribe(onChange, false) return clock.subscribe(onChange, false)
}, [clock, intervalMs]) }, [clock, intervalMs])
} }