Add new Location
{#if adventures.length != 0}
My Visited Adventure Locations
{/if} {#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}
Actions
{ window.location.href = exportData(); }} >
Save as File
Delete Data
Share as Link
{/if}