about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/_Imports.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-24 02:31:56 +0100
committerRory& <root@rory.gay>2024-01-24 17:05:25 +0100
commit03313562d21d5db9bf6a14ebbeab80e06c883d3a (patch)
treee000546a2ee8e6a886a7ed9fd01ad674178fb7cb /MatrixRoomUtils.Web/_Imports.razor
parentMake RMU installable (diff)
downloadMatrixUtils-03313562d21d5db9bf6a14ebbeab80e06c883d3a.tar.xz
MRU->RMU, fixes, cleanup
Diffstat (limited to 'MatrixRoomUtils.Web/_Imports.razor')
-rw-r--r--MatrixRoomUtils.Web/_Imports.razor22
1 files changed, 0 insertions, 22 deletions
diff --git a/MatrixRoomUtils.Web/_Imports.razor b/MatrixRoomUtils.Web/_Imports.razor
deleted file mode 100644
index 0d07b3a..0000000
--- a/MatrixRoomUtils.Web/_Imports.razor
+++ /dev/null
@@ -1,22 +0,0 @@
-@using System.Net.Http
-@using System.Net.Http.Json
-@using Blazored.LocalStorage
-@using LibMatrix.Services
-@using Microsoft.AspNetCore.Components.Forms
-@using Microsoft.AspNetCore.Components.Routing
-@using Microsoft.AspNetCore.Components.Web
-@using Microsoft.AspNetCore.Components.Web.Virtualization
-@using Microsoft.AspNetCore.Components.WebAssembly.Http
-@using Microsoft.JSInterop
-@using MatrixRoomUtils.Web
-@using MatrixRoomUtils.Web.Classes
-@using MatrixRoomUtils.Web.Shared
-@using ArcaneLibs.Blazor.Components
-@using LibMatrix.Homeservers
-
-@inject NavigationManager NavigationManager
-@inject MRUStorageWrapper MRUStorage
-@inject HomeserverProviderService hsProvider
-@inject TieredStorageService TieredStorage
-@inject HomeserverResolverService hsResolver
-@inject IJSRuntime JSRuntime