9 lines
189 B
Svelte
9 lines
189 B
Svelte
<script lang="ts">
|
|
</script>
|
|
|
|
<article
|
|
class="section-content my-4 w-full border-t-2 border-mono-100 py-4 text-mono-600 first-of-type:border-t-0 first-of-type:pt-0"
|
|
>
|
|
<slot />
|
|
</article>
|