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

basic search implementation

This commit is contained in:
Jacky Zhao
2023-06-19 20:37:45 -07:00
parent c4cf0dcb02
commit fd5c8d17d3
26 changed files with 751 additions and 182 deletions

View File

@@ -8,6 +8,8 @@ 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,
@@ -19,5 +21,7 @@ export {
Spacer,
TableOfContents,
TagList,
Graph
Graph,
Backlinks,
Search
}