import React from 'react'; const PostsPage = ({document, currentUser}) => { ({PostsCommentsThread, PostsItem, PostsCategories, SocialShare, Vote, PostsStats, HeadTags} = Telescope.components); const post = document; const htmlBody = {__html: post.htmlBody}; return (
{/**/}
) }; module.exports = PostsPage; export default PostsPage;