Jacky Zhao
2023-07-05 92ca78709227c6117797c52eada7d471bb4ba96a
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