about summary refs log tree commit diff
path: root/MatrixUtils.Web/Shared/MainLayout.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web/Shared/MainLayout.razor')
-rw-r--r--MatrixUtils.Web/Shared/MainLayout.razor8
1 files changed, 6 insertions, 2 deletions
diff --git a/MatrixUtils.Web/Shared/MainLayout.razor b/MatrixUtils.Web/Shared/MainLayout.razor
index 41c3d69..c67f73c 100644
--- a/MatrixUtils.Web/Shared/MainLayout.razor
+++ b/MatrixUtils.Web/Shared/MainLayout.razor
@@ -1,4 +1,5 @@
-@inherits LayoutComponentBase
+@using ArcaneLibs
+@inherits LayoutComponentBase
 
 <div class="page">
     <div class="sidebar">
@@ -7,7 +8,8 @@
 
     <main>
         <div class="top-row px-4">
-            <PortableDevTools></PortableDevTools>
+            @* <PortableDevTools/> *@
+            @* <ResourceUsage/> *@
             <a style="color: #ccc; text-decoration: underline" href="https://cgit.rory.gay/matrix/MatrixRoomUtils.git/" target="_blank">Git</a>
             <a style="color: #ccc; text-decoration: underline" href="https://matrix.to/#/%23mru%3Arory.gay?via=rory.gay&via=matrix.org&via=feline.support" target="_blank">Matrix</a>
         </div>
@@ -15,6 +17,8 @@
         <article class="Content px-4">
             @Body
         </article>
+
+
     </main>
 </div>