import React from "react"; const LeaderboardAvatar = ({ width = 40, height = 40, style = {} }) => { return ( ); }; export default LeaderboardAvatar;