Last commit not found
raw
history blame
145 Bytes
"use client"
import dynamic from "next/dynamic"
export const LatentEngine = dynamic(() => import("./core/engine"), {
loading: () => null,
})