progress
This commit is contained in:
parent
75b6d3db74
commit
85b91793b5
|
@ -1,3 +1,4 @@
|
||||||
|
"use client"
|
||||||
import { RefObject, useMemo, useSyncExternalStore } from "react"
|
import { RefObject, useMemo, useSyncExternalStore } from "react"
|
||||||
|
|
||||||
function subscribe(callback: (e: Event) => void) {
|
function subscribe(callback: (e: Event) => void) {
|
||||||
|
|
Loading…
Reference in New Issue