about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/_Imports.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/_Imports.razor')
-rw-r--r--MatrixRoomUtils.Web/_Imports.razor5
1 files changed, 1 insertions, 4 deletions
diff --git a/MatrixRoomUtils.Web/_Imports.razor b/MatrixRoomUtils.Web/_Imports.razor
index b1d9212..cb08515 100644
--- a/MatrixRoomUtils.Web/_Imports.razor
+++ b/MatrixRoomUtils.Web/_Imports.razor
@@ -1,7 +1,7 @@
 @using System.Net.Http
 @using System.Net.Http.Json
 @using Blazored.LocalStorage
-@using MatrixRoomUtils.Core
+@using LibMatrix.Services
 @using Microsoft.AspNetCore.Components.Forms
 @using Microsoft.AspNetCore.Components.Routing
 @using Microsoft.AspNetCore.Components.Web
@@ -11,9 +11,6 @@
 @using MatrixRoomUtils.Web
 @using MatrixRoomUtils.Web.Classes
 @using MatrixRoomUtils.Web.Shared
-@using MatrixRoomUtils.Core.RoomTypes
-@using MatrixRoomUtils.Core.Extensions
-@using MatrixRoomUtils.Core.Services
 
 @using LinkButton = MatrixRoomUtils.Web.Shared.SimpleComponents.LinkButton