Jacky Zhao
2025-03-13 1efe2e20a4fb2f47625c4a22c9ad87f7830eabf3
quartz/components/index.ts
@@ -18,6 +18,9 @@
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
import Flex from "./Flex"
export {
  ArticleTitle,
@@ -40,4 +43,7 @@
  MobileOnly,
  RecentNotes,
  NotFound,
  Breadcrumbs,
  Comments,
  Flex,
}