wip
This commit is contained in:
5
src/components/Buffer.astro
Normal file
5
src/components/Buffer.astro
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
const { id } = Astro.props;
|
||||
---
|
||||
|
||||
<pre id={id} class="w-full flex-1 flex overflow-auto"><slot /></pre>
|
Reference in New Issue
Block a user