Remove loading label from EmptyComponent

This commit is contained in:
2025-10-20 15:15:24 +02:00
parent 3f747de6b0
commit 7a956fa92d
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
+1 -4
View File
@@ -1,6 +1,3 @@
<h1>Loading...</h1>
@code {
@code {
}