Ben Schlegel
2023-09-29 0b61f6fbfd20556102ce23444ae7eb9348472952
quartz/components/index.ts
@@ -18,6 +18,7 @@
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
export {
  ArticleTitle,
@@ -40,4 +41,5 @@
  MobileOnly,
  RecentNotes,
  NotFound,
  Breadcrumbs,
}