<script> import Nested from './Nested.svelte'; import Leaf from './Leaf.svelte'; </script> <Nested> <Leaf /> </Nested>