This commit is contained in:
Muhammad Eko 2024-10-01 15:28:31 +07:00
parent 75b6d3db74
commit 85b91793b5
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
"use client"
import { RefObject, useMemo, useSyncExternalStore } from "react"
function subscribe(callback: (e: Event) => void) {