notohh.dev/src/routes/+layout.svelte

6 lines
52 B
Svelte
Raw Normal View History

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