Jacky Zhao
2023-08-26 74c3ebb7bd7ef126246f8ea03565db73cd5e7f38
quartz/components/index.ts
@@ -15,6 +15,7 @@
import Footer from "./Footer"
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
export {
  ArticleTitle,
@@ -34,4 +35,5 @@
  Footer,
  DesktopOnly,
  MobileOnly,
  RecentNotes,
}