dependabot[bot]
2024-08-19 e47c29d2fd4eae06c511c914e2a5fcb057b44d7b
quartz/components/index.ts
@@ -19,6 +19,7 @@
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
export {
  ArticleTitle,
@@ -42,4 +43,5 @@
  RecentNotes,
  NotFound,
  Breadcrumbs,
  Comments,
}