Your Collection
{#if $collectionStore.length === 0}
No games in your collection
{:else} {#each $collectionStore as game (game.id)}
{/each} {/if}