From ab65724a96dab1f48022e63adb90c0a7d7b3541e Mon Sep 17 00:00:00 2001 From: 6d486f49 <76097bcc@gmail.com> Date: Thu, 11 Jun 2026 17:09:01 -0400 Subject: [PATCH] Temp removing tele --- ET/Web/Program.cs | 2 +- ET/Web/Web.csproj | 4 ---- ET/Web/_Imports.razor | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/ET/Web/Program.cs b/ET/Web/Program.cs index c008a56..67da680 100644 --- a/ET/Web/Program.cs +++ b/ET/Web/Program.cs @@ -10,6 +10,6 @@ builder.RootComponents.Add("head::after"); builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) }); builder.Services.AddScoped(); -builder.Services.AddTelerikBlazor(); +//builder.Services.AddTelerikBlazor(); await builder.Build().RunAsync(); \ No newline at end of file diff --git a/ET/Web/Web.csproj b/ET/Web/Web.csproj index e8ddb49..f719c9a 100644 --- a/ET/Web/Web.csproj +++ b/ET/Web/Web.csproj @@ -11,10 +11,6 @@ - - - - diff --git a/ET/Web/_Imports.razor b/ET/Web/_Imports.razor index c9ac0f3..41faa59 100644 --- a/ET/Web/_Imports.razor +++ b/ET/Web/_Imports.razor @@ -9,6 +9,4 @@ @using Web @using Web.Layout @using Web.Models -@using Telerik.Blazor -@using Telerik.Blazor.Components @using Web.Services \ No newline at end of file