diff --git a/Oqtane.Server/Components/App.razor b/Oqtane.Server/Components/App.razor
index 97876550..25f2f972 100644
--- a/Oqtane.Server/Components/App.razor
+++ b/Oqtane.Server/Components/App.razor
@@ -68,11 +68,6 @@
}
-
-
-
-
-
@if (!string.IsNullOrEmpty(_reconnectScript))
{
@((MarkupString)_reconnectScript)
@@ -82,6 +77,11 @@
@((MarkupString)_PWAScript)
}
@((MarkupString)_bodyResources)
+
+
+
+
+
}
else
{