6 lines
82 B

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