import React from 'react'; import PropTypes from 'prop-types'; import UserPictureList from './UserPictureList'; import { withUnstatedContainers } from '../UnstatedUtils'; import PageContainer from '../../services/PageContainer'; class LikerList extends React.Component { render() { const { pageContainer } = this.props; return (