Your Collections | Bored Game

Your Collections

{#if collections.length === 0}

You have no collections

{:else} {#each collections as collection} {collection.name}

Number of items:

Created at: {new Date(collection.createdAt).toLocaleString()}

{/each} {/if}