Jacky Zhao
2023-08-08 533d68e642ca82b540d57a449d0e2c98ed921d6e
quartz/components/index.ts
@@ -9,10 +9,12 @@
import Spacer from "./Spacer"
import TableOfContents from "./TableOfContents"
import TagList from "./TagList"
import Graph from "./Graph"
import Graph from "./Graph"
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,
}