eb2-landing/src/routes/__layout.svelte

8 řádky
85 B
Svelte

<script>
import "../app.css";
</script>
<div class="font-mono">
<slot />
</div>