diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-24 02:08:19 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-17 01:19:59 +1000 |
| commit | 7213becd45f6d787ccc94213da8232a3be04e9bd (patch) | |
| tree | 6dadabe503be77ef811bf9864ee1e5e8ffae0b27 /_Imports.razor | |
| parent | bf27dd19494304e5552b425dcba05b172b0f4b6e (diff) | |
Converted _Imports.razor to WASM
Diffstat (limited to '_Imports.razor')
| -rw-r--r-- | _Imports.razor | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/_Imports.razor b/_Imports.razor index 4c5566b..d28439d 100644 --- a/_Imports.razor +++ b/_Imports.razor @@ -1,9 +1,15 @@ -@using HyperBooru -@using HyperBooru.Pages.Component -@using HyperBooru.Services -@using Microsoft.AspNetCore.Authorization -@using Microsoft.AspNetCore.Components.Authorization +@using HyperBooru.ApiClient +@using HyperBooru.ApiModels +@using HyperBooru.Client +@using HyperBooru.Client.Layout +@using HyperBooru.Client.Pages.Component +@using HyperBooru.Client.Services +@using HyperBooru.Client.Util +@using System.Net.Http +@using System.Net.Http.Json +@using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web -@using Microsoft.EntityFrameworkCore +@using static Microsoft.AspNetCore.Components.Web.RenderMode +@using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.JSInterop |
