import { ProfileView } from "$lexicon/types/social/grain/actor/defs.ts"; import { Un$Typed } from "$lexicon/util.ts"; import { ActorAvatar } from "./ActorAvatar.tsx"; export function AvatarInput( { profile }: Readonly<{ profile?: Un$Typed }>, ) { return ( ); }