From d105d1a7ec709ddb6240a286bbd7be292a9acd1c Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 21 Sep 2025 16:03:44 +0200 Subject: Various fixes --- MatrixUtils.Web/App.razor | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'MatrixUtils.Web/App.razor') diff --git a/MatrixUtils.Web/App.razor b/MatrixUtils.Web/App.razor index a8cf817..7e8e1c3 100644 --- a/MatrixUtils.Web/App.razor +++ b/MatrixUtils.Web/App.razor @@ -1,4 +1,5 @@ - +@using Microsoft.AspNetCore.Components.WebAssembly.Hosting + @@ -10,3 +11,9 @@ + +@code { + + public static WebAssemblyHost Host { get; set; } = null!; + +} -- cgit 1.5.1