Jacky Zhao
2024-03-18 daa8796554dea41d6fbf81f4eccea58153a4e850
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,
}