mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-29 15:10:06 +00:00
10 lines
195 B
JavaScript
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>
|
|
}
|