hackathon/web_src/routes/__layout.svelte

6 lines
51 B
Svelte

<script>
import '../app.css';
</script>
<slot />