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

11 lines
319 B
React
Raw Normal View History

// import Telescope from 'meteor/nova:lib';
// import React from 'react';
// import Posts from "meteor/nova:posts";
2016-06-11 16:36:18 +09:00
// const PostsSingle = (props, context) => {
// return <Telescope.components.PostsPage postId={props.params._id} />
// };
2016-06-11 16:36:18 +09:00
// PostsSingle.displayName = "PostsSingle";
2016-06-11 16:36:18 +09:00
// module.exports = PostsSingle;