diff --git a/EgwCoreLib.BlazorTest/Pages/TestDialog.razor b/EgwCoreLib.BlazorTest/Pages/TestDialog.razor index 26075c2..72d7f0c 100644 --- a/EgwCoreLib.BlazorTest/Pages/TestDialog.razor +++ b/EgwCoreLib.BlazorTest/Pages/TestDialog.razor @@ -3,11 +3,6 @@

Pure Blazor Prompt Test


- - - - -
diff --git a/EgwCoreLib.BlazorTest/Pages/BootstrapModal.razor b/EgwCoreLib.Razor/BootstrapModal.razor similarity index 96% rename from EgwCoreLib.BlazorTest/Pages/BootstrapModal.razor rename to EgwCoreLib.Razor/BootstrapModal.razor index 1032058..8242919 100644 --- a/EgwCoreLib.BlazorTest/Pages/BootstrapModal.razor +++ b/EgwCoreLib.Razor/BootstrapModal.razor @@ -1,4 +1,5 @@ -@inject IJSRuntime JS +@using Microsoft.JSInterop +@inject IJSRuntime JS