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