import React from 'react'; const PostsNoMore = props =>

No more posts.

PostsNoMore.displayName = "PostsNoMore"; module.exports = PostsNoMore;