From 2c2880199d382cdfeb5701562705f3b57d61ca26 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 18 Oct 2023 11:50:32 -0400 Subject: [PATCH] test commit --- Oqtane.Client/App.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/App.razor b/Oqtane.Client/App.razor index 701faf81..6364cbe4 100644 --- a/Oqtane.Client/App.razor +++ b/Oqtane.Client/App.razor @@ -1,4 +1,4 @@ -@using Microsoft.AspNetCore.Http +@using Microsoft.AspNetCore.Http @inject IInstallationService InstallationService @inject IJSRuntime JSRuntime @inject SiteState SiteState