From 9db66d500eee958b61d73182e9f274d32a633c79 Mon Sep 17 00:00:00 2001
From: Emile Bangma <github@emilebangma.com>
Date: Sun, 06 Apr 2025 22:23:49 +0000
Subject: [PATCH] fix(popover): round coords remove blurred popovers (#1911)
---
quartz/components/index.ts | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/quartz/components/index.ts b/quartz/components/index.ts
index 10a43ac..2b601cd 100644
--- a/quartz/components/index.ts
+++ b/quartz/components/index.ts
@@ -9,6 +9,7 @@
import ContentMeta from "./ContentMeta"
import Spacer from "./Spacer"
import TableOfContents from "./TableOfContents"
+import Explorer from "./Explorer"
import TagList from "./TagList"
import Graph from "./Graph"
import Backlinks from "./Backlinks"
@@ -17,6 +18,10 @@
import DesktopOnly from "./DesktopOnly"
import MobileOnly from "./MobileOnly"
import RecentNotes from "./RecentNotes"
+import Breadcrumbs from "./Breadcrumbs"
+import Comments from "./Comments"
+import Flex from "./Flex"
+import ConditionalRender from "./ConditionalRender"
export {
ArticleTitle,
@@ -29,6 +34,7 @@
ContentMeta,
Spacer,
TableOfContents,
+ Explorer,
TagList,
Graph,
Backlinks,
@@ -38,4 +44,8 @@
MobileOnly,
RecentNotes,
NotFound,
+ Breadcrumbs,
+ Comments,
+ Flex,
+ ConditionalRender,
}
--
Gitblit v1.10.0