quartz/components/index.ts
@@ -6,6 +6,10 @@ import ReadingTime from "./ReadingTime" import Spacer from "./Spacer" import TableOfContents from "./TableOfContents" import TagList from "./TagList" import Graph from "./Graph" import Backlinks from "./Backlinks" import Search from "./Search" export { ArticleTitle, @@ -15,5 +19,9 @@ PageTitle, ReadingTime, Spacer, TableOfContents TableOfContents, TagList, Graph, Backlinks, Search }