import React from 'react';
const PostsLoading = props => <p>Loading…</p>
module.exports = PostsLoading;