<script>
	export let things;
</script>

{#each things as thing (thing)}
  <div></div>
{/each}