Search
{#if $gameStore?.length > 0}
Games Found:
{#each $gameStore as game (game.id)}
{/each}
{/if}