about summary refs log tree commit diff
path: root/MatrixUtils.Web/_Imports.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web/_Imports.razor')
-rw-r--r--MatrixUtils.Web/_Imports.razor22
1 files changed, 22 insertions, 0 deletions
diff --git a/MatrixUtils.Web/_Imports.razor b/MatrixUtils.Web/_Imports.razor
new file mode 100644
index 0000000..87d7cb2
--- /dev/null
+++ b/MatrixUtils.Web/_Imports.razor
@@ -0,0 +1,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