{#if isLoading}

Loading collection...

{:else if monsters.length === 0}
Pictuary

No Piclets Yet

Start scanning photos to build your collection!

{:else}
{#each monsters as monster}
{monster.name}

{monster.name}

{new Date(monster.createdAt).toLocaleDateString()}

{/each}
{/if}