import React from 'react';
const NoMorePosts = props => <p>No more posts.</p>
module.exports = NoMorePosts;