import React from 'react'; import '../avatar.css'; export default function Avatar({onClick}) { return (
me
); }