interface AvatarProps { src: string; } export function Avatar({ src }: AvatarProps) { return ( user avatar ); }