diff --git a/src/bundles/Elsa.AllInOne.Web/Elsa.AllInOne.Web.csproj b/src/bundles/Elsa.AllInOne.Web/Elsa.AllInOne.Web.csproj index 45b4987c1..ae0aa7576 100644 --- a/src/bundles/Elsa.AllInOne.Web/Elsa.AllInOne.Web.csproj +++ b/src/bundles/Elsa.AllInOne.Web/Elsa.AllInOne.Web.csproj @@ -26,8 +26,8 @@ - - + + \ No newline at end of file diff --git a/src/bundles/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj b/src/bundles/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj index 993efccd5..c60f756f5 100644 --- a/src/bundles/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj +++ b/src/bundles/ElsaStudioWebAssembly/ElsaStudioWebAssembly.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/src/bundles/ElsaStudioWebAssembly/Program.cs b/src/bundles/ElsaStudioWebAssembly/Program.cs index 1f1327a56..936a4890b 100644 --- a/src/bundles/ElsaStudioWebAssembly/Program.cs +++ b/src/bundles/ElsaStudioWebAssembly/Program.cs @@ -1,13 +1,13 @@ using System.Text.Json; -using Elsa.Studio.Backend.Extensions; -using Elsa.Studio.Backend.Options; using Elsa.Studio.Dashboard.Extensions; using Elsa.Studio.Shell; using Elsa.Studio.Shell.Extensions; using Elsa.Studio.Workflows.Extensions; using Elsa.Studio.Contracts; using Elsa.Studio.Core.BlazorWasm.Extensions; +using Elsa.Studio.Extensions; using Elsa.Studio.Login.BlazorWasm.Extensions; +using Elsa.Studio.Options; using Elsa.Studio.Workflows.Designer.Extensions; using Microsoft.AspNetCore.Components.Web; using Microsoft.AspNetCore.Components.WebAssembly.Hosting; @@ -25,7 +25,7 @@ builder.RootComponents.RegisterCustomElsaStudioElements(); // Register shell services and modules. builder.Services.AddCore(); builder.Services.AddShell(); -builder.Services.AddRemoteBackendModule(); +builder.Services.AddRemoteBackend(); builder.Services.AddLoginModule(); builder.Services.AddDashboardModule(); builder.Services.AddWorkflowsModule();