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