8 lines
94 B

<script>
export let things;
</script>
{#each things as thing (thing)}
<div></div>
{/each}