6 lines
90 B

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