5 lines
80 B

<script>
import Nested from './Nested.svelte';
</script>
<Nested answer={42}/>