Rename class Games

This commit is contained in:
2025-02-20 19:24:02 +01:00
parent dc75903da6
commit 1a8abe6096

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