website/src/routes/+layout.svelte

5 lines
59 B
Svelte
Raw Normal View History

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