blob: b5a1316bb3dc447c0bb6e2ae188c13bb7af47c18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
@using System.Net.Http
@using System.Net.Http.Json
@using LibMatrix.Services
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using MatrixUtils.Web
@using MatrixUtils.Web.Classes
@using MatrixUtils.Web.Shared
@using ArcaneLibs.Blazor.Components
@using LibMatrix.Homeservers
@using Microsoft.JSInterop
@inject NavigationManager NavigationManager
@inject RmuSessionStore sessionStore
@inject HomeserverProviderService HsProvider
@inject TieredStorageService TieredStorage
@inject HomeserverResolverService HsResolver
@inject IJSRuntime JsRuntime
|