export interface AvatarProps {
    img?: string;
    placeholder: string;
}
