mirror of
https://github.com/LukeHagar/parke.dev.git
synced 2025-12-06 04:20:34 +00:00
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
---
|
|
const props = Astro.props;
|
|
---
|
|
|
|
<blockquote class="blockquote" {...props}><slot /></blockquote>
|