Vulcan/packages/nova-base-components/lib/posts/PostsSingle.jsx

11 lines
No EOL
319 B
JavaScript

// import Telescope from 'meteor/nova:lib';
// import React from 'react';
// import Posts from "meteor/nova:posts";
// const PostsSingle = (props, context) => {
// return <Telescope.components.PostsPage postId={props.params._id} />
// };
// PostsSingle.displayName = "PostsSingle";
// module.exports = PostsSingle;