Vulcan/packages/nova-base-components/lib/posts/list/NoPosts.jsx

5 lines
107 B
React
Raw Normal View History

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