From 03a3c6a34a2d33d88db3a2ad1a9e49ef37a89ba8 Mon Sep 17 00:00:00 2001 From: 6d486f49 <76097bcc@gmail.com> Date: Fri, 12 Jun 2026 14:57:02 -0400 Subject: [PATCH] Revert "Temp removing tele" This reverts commit ab65724a96dab1f48022e63adb90c0a7d7b3541e. --- ET/Web/Program.cs | 2 +- ET/Web/Web.csproj | 4 ++++ ET/Web/_Imports.razor | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ET/Web/Program.cs b/ET/Web/Program.cs index 71cffad..5e43c9e 100644 --- a/ET/Web/Program.cs +++ b/ET/Web/Program.cs @@ -11,6 +11,6 @@ builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder. builder.Services.AddScoped(); builder.Services.AddSingleton(); -//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 f719c9a..e8ddb49 100644 --- a/ET/Web/Web.csproj +++ b/ET/Web/Web.csproj @@ -11,6 +11,10 @@ + + + + diff --git a/ET/Web/_Imports.razor b/ET/Web/_Imports.razor index 41faa59..c9ac0f3 100644 --- a/ET/Web/_Imports.razor +++ b/ET/Web/_Imports.razor @@ -9,4 +9,6 @@ @using Web @using Web.Layout @using Web.Models +@using Telerik.Blazor +@using Telerik.Blazor.Components @using Web.Services \ No newline at end of file