jbilcke-hf's picture
jbilcke-hf HF staff
slight UI redesign
1c1e6e9
raw
history blame
No virus
166 Bytes
"use client"
import dynamic from "next/dynamic";
export const SignUpCTA = dynamic(() => import("./sign-up-cta"), {
// Make sure we turn SSR off
ssr: false,
});