From fc8d8ab8d0da95ec79056f59e14a150df6fcea89 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 30 Aug 2026 22:43:21 +0200 Subject: Moved to svelte --- src/lib/components/GamesSection.svelte | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/lib/components/GamesSection.svelte (limited to 'src/lib/components/GamesSection.svelte') diff --git a/src/lib/components/GamesSection.svelte b/src/lib/components/GamesSection.svelte new file mode 100644 index 0000000..a2f4f55 --- /dev/null +++ b/src/lib/components/GamesSection.svelte @@ -0,0 +1,11 @@ + + +

{getGameDescription()}

+
+ {#each getGames() as game (game.id)} + + {/each} +
-- cgit v1.3.1