about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Tools/ViewAccountData.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-23 11:26:00 +0000
committerRory& <root@rory.gay>2024-02-23 11:26:00 +0000
commite12117061631523aa136ff81638abdeb1fb23997 (patch)
treea04688939c6717b4b2e66cadd2939aa0de10f638 /MatrixUtils.Web/Pages/Tools/ViewAccountData.razor
parentNew tools, fix room list items (diff)
downloadMatrixUtils-e12117061631523aa136ff81638abdeb1fb23997.tar.xz
HS emulator
Diffstat (limited to 'MatrixUtils.Web/Pages/Tools/ViewAccountData.razor')
-rw-r--r--MatrixUtils.Web/Pages/Tools/ViewAccountData.razor3
1 files changed, 0 insertions, 3 deletions
diff --git a/MatrixUtils.Web/Pages/Tools/ViewAccountData.razor b/MatrixUtils.Web/Pages/Tools/ViewAccountData.razor
index 398c7ce..d8b02bb 100644
--- a/MatrixUtils.Web/Pages/Tools/ViewAccountData.razor
+++ b/MatrixUtils.Web/Pages/Tools/ViewAccountData.razor
@@ -1,9 +1,6 @@
 @page "/Tools/ViewAccountData"
 @using ArcaneLibs.Extensions
 @using LibMatrix
-@using LibMatrix.Filters
-@using LibMatrix.Helpers
-@using LibMatrix.Utilities
 <h3>View account data</h3>
 <hr/>
 <pre>@globalAccountData?.Events.ToJson(ignoreNull: true)</pre>