Jacky Zhao
2025-03-09 9c8fec06d2b58e4e3bbe280ddc665a99fcc4878c
quartz/components/index.ts
@@ -18,6 +18,8 @@
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
export {
  ArticleTitle,
@@ -40,4 +42,6 @@
  MobileOnly,
  RecentNotes,
  NotFound,
  Breadcrumbs,
  Comments,
}