{collection.name ?? 'Your Collection'} | Bored Game

{collection.name ?? 'Your Collection'}

{#if items.length === 0}

No games in your collection

{:else} {#each items as game (game.game_id)} {/each} {/if}