import React from 'react';
const PostsNoMore = props => <p className="posts-no-more">No more posts.</p>
module.exports = PostsNoMore;