Jacky Zhao
2023-07-05 465804a389f77807f68ca048cf9d7fac1314d8c5
quartz/components/index.ts
@@ -13,6 +13,8 @@
import Backlinks from "./Backlinks"
import Search from "./Search"
import Footer from "./Footer"
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
export {
  ArticleTitle,
@@ -29,5 +31,7 @@
  Graph,
  Backlinks,
  Search,
  Footer
  Footer,
  DesktopOnly,
  MobileOnly