import React, { FC } from 'react'; import UserStatus from './UserStatus'; const Busy: FC = (props) => ; export default Busy;