Jacky Zhao
2023-06-20 24348b24a94c5f9ca285642b751e6798b92eedd9
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