diff options
Diffstat (limited to 'lume/src/_components/BlockQuote.jsx')
| -rw-r--r-- | lume/src/_components/BlockQuote.jsx | 2 |
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 +}; |
