From 1a8abe6096ba9b0c42cbff4a337df9706e50b2d1 Mon Sep 17 00:00:00 2001 From: egamorf76 Date: Thu, 20 Feb 2025 19:24:02 +0100 Subject: [PATCH] Rename class Games --- .../Client/GameIdeas.BlazorApp/Pages/Games/GamesBase.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GameIdeas/Client/GameIdeas.BlazorApp/Pages/Games/GamesBase.razor.cs b/src/GameIdeas/Client/GameIdeas.BlazorApp/Pages/Games/GamesBase.razor.cs index cf623da..087075f 100644 --- a/src/GameIdeas/Client/GameIdeas.BlazorApp/Pages/Games/GamesBase.razor.cs +++ b/src/GameIdeas/Client/GameIdeas.BlazorApp/Pages/Games/GamesBase.razor.cs @@ -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