about summary refs log tree commit diff
path: root/MatrixUtils.Web/_Imports.razor
blob: 87d7cb2c156dcc061fc99c6ed34104e4b2b84428 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@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 MatrixUtils.Web
@using MatrixUtils.Web.Classes
@using MatrixUtils.Web.Shared
@using ArcaneLibs.Blazor.Components
@using LibMatrix.Homeservers

@inject NavigationManager NavigationManager
@inject RMUStorageWrapper RMUStorage
@inject HomeserverProviderService hsProvider
@inject TieredStorageService TieredStorage
@inject HomeserverResolverService hsResolver
@inject IJSRuntime JSRuntime