Taha
2025-03-21 9316ddf2f5ca7d0a08b06a9a6d548e9ad180fc4f
quartz/components/index.ts
@@ -19,6 +19,8 @@
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
import Flex from "./Flex"
export {
  ArticleTitle,
@@ -42,4 +44,6 @@
  RecentNotes,
  NotFound,
  Breadcrumbs,
  Comments,
  Flex,
}