Sean Missingham
2024-07-01 f7bd2137ecbb81f3ed50ae9ccaaee27ae855c11a
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,
}