import React from 'react';
const PostsNoResults = props => <p className="posts-no-results">No posts to display.</p>
module.exports = PostsNoResults;