{#if isShowingToast}
{/if} {#if !Number.isNaN(editId)}
{/if}
{#each adventures as adventure (adventure.id)}
{/each}
{#if adventures.length == 0}
Add some adventures!
{/if} {#if adventures.length != 0}
{ window.location.href = exportData(); }}>
Save as File
Delete Data
{/if}