1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2026-06-03 21:10:34 +00:00

taglist, mermaid

This commit is contained in:
Jacky Zhao
2023-06-12 22:41:42 -07:00
parent 2bfe90b7e6
commit 9d2024b11c
12 changed files with 149 additions and 41 deletions
+3 -1
View File
@@ -6,6 +6,7 @@ import PageTitle from "./PageTitle"
import ReadingTime from "./ReadingTime"
import Spacer from "./Spacer"
import TableOfContents from "./TableOfContents"
import TagList from "./TagList"
export {
ArticleTitle,
@@ -15,5 +16,6 @@ export {
PageTitle,
ReadingTime,
Spacer,
TableOfContents
TableOfContents,
TagList
}