import React from 'react' import { Avatar } from '../../' const AvatarStatus = (props) => { return ( <>



) } export default AvatarStatus