{#if files.files.length === 0}
No files uploaded. Head to the Upload tab to begin!
{/if}
{#each reversed as file, i (file.id)}
{file.file.name}
from
.{file.file.name.split(".").slice(-1)}
to
{#each converters[0].supportedFormats as conversionType}
{conversionType}
{/each}
{ // delete the file from the list files.files = files.files.filter( (f) => f !== file, ); }} class="ml-2 mr-1" >
{/each}