mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 23:16:52 +00:00
变量名
This commit is contained in:
12
components/TwikooRecentComments.js
Normal file
12
components/TwikooRecentComments.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
/**
|
||||
* 显示最近评论 TODO
|
||||
* @returns {JSX.Element}
|
||||
* @constructor
|
||||
*/
|
||||
|
||||
const TwikooRecentComments = (props) => {
|
||||
return null
|
||||
}
|
||||
|
||||
export default TwikooRecentComments
|
||||
Reference in New Issue
Block a user