Jacky Zhao
2023-06-20 fd5c8d17d3b3cd0a13b0a21a2b78d85010e02e12
quartz/components/index.ts
@@ -8,6 +8,8 @@
import TableOfContents from "./TableOfContents"
import TagList from "./TagList"
import Graph from "./Graph" 
import Backlinks from "./Backlinks"
import Search from "./Search"
export {
  ArticleTitle,
@@ -19,5 +21,7 @@
  Spacer,
  TableOfContents,
  TagList,
  Graph
  Graph,
  Backlinks,
  Search