import styles from "./Avatar.module.css"; const Avatar = ({ size, src }) => { return ( Avatar ); }; export default Avatar;