aboutsummaryrefslogtreecommitdiff
path: root/lume/src/_components/BlockQuote.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'lume/src/_components/BlockQuote.jsx')
-rw-r--r--lume/src/_components/BlockQuote.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/src/_components/BlockQuote.jsx b/lume/src/_components/BlockQuote.jsx
index bf15dd5..be562c7 100644
--- a/lume/src/_components/BlockQuote.jsx
+++ b/lume/src/_components/BlockQuote.jsx
@@ -4,4 +4,4 @@ export default function BlockQuote({ children }) {
> {children}
</div>
);
-}; \ No newline at end of file
+};