import React from 'react'; import CommentsList from './commentslist.jsx' import CommentsForm from './commentsform.jsx' class Comments extends React.Component { render(){ return
} } export default Comments;