{#each files as file (file.id)}
{ dispatch('click', file.id); }} on:dismiss={() => { dispatch('delete', file.id); }} />
{/each}