import "./Avatar.css"; import placeholderImage from "./placeholder.jpg"; export const Avatar = () => { return (
); };