mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-25 00:59:02 +00:00
local and global graph
This commit is contained in:
parent
8bfee04c8c
commit
c4cf0dcb02
23 changed files with 1288 additions and 110 deletions
quartz/components
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue