import React from 'react' import { Avatar } from '../../' const AvatarDefault = () => { return (
) } export default AvatarDefault