about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Pages/Dev
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MatrixRoomUtils.Web/Pages/Dev/DevOptions.razor (renamed from MatrixRoomUtils.Web/Pages/DevOptions.razor)3
-rw-r--r--MatrixRoomUtils.Web/Pages/Dev/DevUtilities.razor (renamed from MatrixRoomUtils.Web/Pages/DebugTools.razor)3
-rw-r--r--MatrixRoomUtils.Web/Pages/Dev/ModalTest.razor (renamed from MatrixRoomUtils.Web/Pages/ModalTest.razor)2
3 files changed, 3 insertions, 5 deletions
diff --git a/MatrixRoomUtils.Web/Pages/DevOptions.razor b/MatrixRoomUtils.Web/Pages/Dev/DevOptions.razor

index 8511a26..9b0f61c 100644 --- a/MatrixRoomUtils.Web/Pages/DevOptions.razor +++ b/MatrixRoomUtils.Web/Pages/Dev/DevOptions.razor
@@ -1,5 +1,4 @@ -@page "/DevOptions" -@using LibMatrix.Extensions +@page "/Dev/Options" @using ArcaneLibs.Extensions @inject NavigationManager NavigationManager @inject ILocalStorageService LocalStorage diff --git a/MatrixRoomUtils.Web/Pages/DebugTools.razor b/MatrixRoomUtils.Web/Pages/Dev/DevUtilities.razor
index 5d47277..f7e6aec 100644 --- a/MatrixRoomUtils.Web/Pages/DebugTools.razor +++ b/MatrixRoomUtils.Web/Pages/Dev/DevUtilities.razor
@@ -1,7 +1,6 @@ -@page "/Debug" +@page "/Dev/Utilities" @using System.Reflection @using ArcaneLibs.Extensions -@using LibMatrix @using LibMatrix.Extensions @using LibMatrix.Homeservers @inject ILocalStorageService LocalStorage diff --git a/MatrixRoomUtils.Web/Pages/ModalTest.razor b/MatrixRoomUtils.Web/Pages/Dev/ModalTest.razor
index 1d14005..4a0487f 100644 --- a/MatrixRoomUtils.Web/Pages/ModalTest.razor +++ b/MatrixRoomUtils.Web/Pages/Dev/ModalTest.razor
@@ -1,4 +1,4 @@ -@page "/ModalTest" +@page "/Dev/ModalTest" @inject IJSRuntime JsRuntime <h3>ModalTest</h3>