Files
NotionNext/themes/heo/components/CategoryBar.js
tangly1024.com ab2dc02719 heo-theme
2023-07-12 13:50:14 +08:00

10 lines
195 B
JavaScript

/**
* 博客列表上方嵌入条
* @param {*} props
* @returns
*/
export default function CategoryBar(props) {
return <div id='category-list' className="h-20 w-full bg-pink-100"></div>
}