Skip to content

Commit

Permalink
vault backup: 2024-01-16 10:09:57
Browse files Browse the repository at this point in the history
Affected files:
quartz/components/index.ts
  • Loading branch information
NoZTurn committed Jan 16, 2024
1 parent cb54cd8 commit 0d3634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Content from "./pages/Content"
import TagContent from "./pages/TagContent"
import FolderContent from "./pages/FolderContent"
import NotFound from "./pages/404"
import Giscus from "./pages/Giscus"
import ArticleTitle from "./ArticleTitle"
import Darkmode from "./Darkmode"
import Head from "./Head"
Expand All @@ -19,7 +20,6 @@ import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Giscus from "./pages/Giscus"


export {
Expand Down

0 comments on commit 0d3634b

Please sign in to comment.