Osman Tunahan ARIKAN
2024-10-30 a53772bbd1dd2804872ae0e519bedeb2a2fd4287
quartz/components/index.ts
@@ -18,6 +18,8 @@
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
export {
  ArticleTitle,
@@ -40,4 +42,6 @@
  MobileOnly,
  RecentNotes,
  NotFound,
  Breadcrumbs,
  Comments,
}