From aa7026a17ededf7c181ed269c6388491d96e1b1e Mon Sep 17 00:00:00 2001 From: "Emma@Rory&" Date: Mon, 14 Aug 2023 05:07:51 +0200 Subject: Split LibMatrix into submodule --- MatrixRoomUtils.Web/Pages/DebugTools.razor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MatrixRoomUtils.Web/Pages/DebugTools.razor') diff --git a/MatrixRoomUtils.Web/Pages/DebugTools.razor b/MatrixRoomUtils.Web/Pages/DebugTools.razor index 5116754..afb1da2 100644 --- a/MatrixRoomUtils.Web/Pages/DebugTools.razor +++ b/MatrixRoomUtils.Web/Pages/DebugTools.razor @@ -1,6 +1,7 @@ @page "/Debug" @using System.Reflection -@using MatrixRoomUtils.Core.Interfaces +@using LibMatrix.Extensions +@using LibMatrix.Interfaces @inject ILocalStorageService LocalStorage @inject NavigationManager NavigationManager

Debug Tools

@@ -74,4 +75,4 @@ else { StateHasChanged(); } -} \ No newline at end of file +} -- cgit 1.5.1