Files
NotionNext/components/TwikooRecentComments.js
tangly1024 9e6193c49d 变量名
2023-05-07 19:05:32 +08:00

13 lines
174 B
JavaScript

/**
* 显示最近评论 TODO
* @returns {JSX.Element}
* @constructor
*/
const TwikooRecentComments = (props) => {
return null
}
export default TwikooRecentComments