You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* @Description:
|
|
* @Author: tangjiang
|
|
* @Github:
|
|
* @Date: 2019-11-27 09:49:35
|
|
* @LastEditors: tangjiang
|
|
* @LastEditTime: 2019-11-27 09:52:53
|
|
*/
|
|
import React from 'react';
|
|
|
|
const Comment = (props) => {
|
|
|
|
return (
|
|
<h2> Comment </h2>
|
|
)
|
|
}
|
|
|
|
export default Comment;
|