From d8870de423f7f674ff7187927d9eaeddb390d71c Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 24 May 2026 02:55:45 +1000 Subject: Added WASM host page and associated components --- Components/_Imports.razor | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Components/_Imports.razor (limited to 'Components/_Imports.razor') diff --git a/Components/_Imports.razor b/Components/_Imports.razor new file mode 100644 index 0000000..2986fa6 --- /dev/null +++ b/Components/_Imports.razor @@ -0,0 +1,11 @@ +@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 static Microsoft.AspNetCore.Components.Web.RenderMode +@using Microsoft.AspNetCore.Components.Web.Virtualization +@using Microsoft.JSInterop +@using HyperBooru.Server +@using HyperBooru.Client +@using HyperBooru.Server.Components -- cgit v1.3