about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Rooms/Create.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-06-19 23:32:59 +0200
committerRory& <root@rory.gay>2024-06-19 23:32:59 +0200
commita3a60fda1492c600383e166a20dd5e6f52120616 (patch)
tree5d55bede056ebe8cbb298018c5d064964dbf5bb6 /MatrixUtils.Web/Pages/Rooms/Create.razor
parentOrganise tools somewhat, set proper icons for nav menu (diff)
downloadMatrixUtils-a3a60fda1492c600383e166a20dd5e6f52120616.tar.xz
Some cleanup, update libs
Diffstat (limited to 'MatrixUtils.Web/Pages/Rooms/Create.razor')
-rw-r--r--MatrixUtils.Web/Pages/Rooms/Create.razor1
1 files changed, 1 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Pages/Rooms/Create.razor b/MatrixUtils.Web/Pages/Rooms/Create.razor
index 368211a..f2dfb01 100644
--- a/MatrixUtils.Web/Pages/Rooms/Create.razor
+++ b/MatrixUtils.Web/Pages/Rooms/Create.razor
@@ -7,6 +7,7 @@
 @using LibMatrix.EventTypes.Spec.State.RoomInfo
 @using LibMatrix.Responses
 @using MatrixUtils.Web.Classes.RoomCreationTemplates
+@using Microsoft.AspNetCore.Components.Forms
 @* @* ReSharper disable once RedundantUsingDirective - Must not remove this, Rider marks this as "unused" when it's not */ *@
 
 <h3>Room Manager - Create Room</h3>