8 lines
83 B

<script>
export let things;
</script>
{#each things as _, i}
<p>{i}</p>
{/each}