import React from 'react';
const NoPosts = props => <p>No posts to display.</p>
module.exports = NoPosts;