Jacky Zhao
2023-07-16 3ac6b42e16dca5a44ed3fec2c0314f1dbbc2322b
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