<script>
	export let things;
</script>

{#each things as _, i}
	<p>{i}</p>
{/each}