mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-01 06:28:14 +00:00
fix indexing causing main thread freeze, various polish
This commit is contained in:
parent
e0ebee5aa9
commit
ab9da02c60
33 changed files with 255 additions and 141 deletions
quartz/components
|
@ -13,6 +13,8 @@ import Graph from "./Graph"
|
|||
import Backlinks from "./Backlinks"
|
||||
import Search from "./Search"
|
||||
import Footer from "./Footer"
|
||||
import DesktopOnly from "./DesktopOnly"
|
||||
import MobileOnly from "./MobileOnly"
|
||||
|
||||
export {
|
||||
ArticleTitle,
|
||||
|
@ -29,5 +31,7 @@ export {
|
|||
Graph,
|
||||
Backlinks,
|
||||
Search,
|
||||
Footer
|
||||
Footer,
|
||||
DesktopOnly,
|
||||
MobileOnly
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue