1 2 3 4 5 6 7 8
<script lang="ts"> import '../app.postcss'; import type { LayoutData } from './$types'; export let data: LayoutData; </script> <slot />