<script>
	import Nested from "./Nested.svelte";
</script>
<Nested>
	<input slot="slot1">
</Nested>