Client Side structure for recommended 10 Users (ready for Florian)

This commit is contained in:
2025-12-18 11:06:36 +01:00
parent 81ac7cf761
commit 9c52e734c5
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<h3>@user.DisplayName</h3>
@code {
[Parameter]
public User user { get; set; }
}