diff options
author | Rory& <root@rory.gay> | 2024-01-24 02:31:56 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-24 17:05:25 +0100 |
commit | 03313562d21d5db9bf6a14ebbeab80e06c883d3a (patch) | |
tree | e000546a2ee8e6a886a7ed9fd01ad674178fb7cb /MatrixRoomUtils.Web/_Imports.razor | |
parent | Make RMU installable (diff) | |
download | MatrixUtils-03313562d21d5db9bf6a14ebbeab80e06c883d3a.tar.xz |
MRU->RMU, fixes, cleanup
Diffstat (limited to 'MatrixRoomUtils.Web/_Imports.razor')
-rw-r--r-- | MatrixRoomUtils.Web/_Imports.razor | 22 |
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 |