From f910f63f8df7e207332099a100da1e3ebe6628e5 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 18 Oct 2023 13:14:52 -0700 Subject: [PATCH] Remove space --- 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 6364cbe4..701faf81 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