jbilcke's picture
working to improve the clap format
f42b4a1
raw
history blame
No virus
139 Bytes
"use client"
import dynamic from "next/dynamic"
export const DefaultAvatar = dynamic(() => import("./impl"), {
loading: () => null,
})