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