jbilcke-hf's picture
jbilcke-hf HF Staff
need 1 billion dollars for this project
5cc7f12
raw
history blame contribute delete
153 Bytes
"use client"
import dynamic from "next/dynamic"
export const LatentEngine = dynamic(() => import("./core/engine-clapper"), {
loading: () => null,
})