dependabot[bot]
2024-08-26 4e2aea8a5a414b3bcfac0168bea4f6afd032e8f5
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,
}