jbilcke-hf's picture
jbilcke-hf HF staff
work in progress on the comment system
e4d3d8a
raw
history blame
139 Bytes
"use client"
import dynamic from "next/dynamic"
export const DefaultAvatar = dynamic(() => import("./impl"), {
loading: () => null,
})