feature/init-game-list-page #2

Merged
Egamorf merged 3 commits from feature/init-game-list-page into main 2025-02-20 19:25:09 +01:00
Showing only changes of commit 1a8abe6096 - Show all commits

View File

@@ -4,7 +4,7 @@ using GameIdeas.Resources;
namespace GameIdeas.BlazorApp.Pages.Games;
public partial class Games (
public partial class GamesBase (
IHttpClientFactory HttpClientFactory,
TranslationService TranslationService,
Translations Translations) : LayoutComponentBase