6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
---
|
|
const { id } = Astro.props;
|
|
---
|
|
|
|
<pre id={id} class="w-full flex-1 flex overflow-auto"><slot /></pre>
|