Jacky Zhao
2025-03-24 3027eced6c2d8b767d56f0c9b09b5fda30135d2b
quartz/components/index.ts
@@ -20,6 +20,8 @@
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
import Flex from "./Flex"
import ConditionalRender from "./ConditionalRender"
export {
  ArticleTitle,
@@ -44,4 +46,6 @@
  NotFound,
  Breadcrumbs,
  Comments,
  Flex,
  ConditionalRender,
}