1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-23 14:51:33 +00:00

local and global graph

This commit is contained in:
Jacky Zhao
2023-06-18 10:47:07 -07:00
parent 8bfee04c8c
commit c4cf0dcb02
23 changed files with 1288 additions and 110 deletions

View File

@@ -7,6 +7,7 @@ import ReadingTime from "./ReadingTime"
import Spacer from "./Spacer"
import TableOfContents from "./TableOfContents"
import TagList from "./TagList"
import Graph from "./Graph"
export {
ArticleTitle,
@@ -17,5 +18,6 @@ export {
ReadingTime,
Spacer,
TableOfContents,
TagList
TagList,
Graph
}