7 lines
93 B

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