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