Client Side structure for recommended 10 Users (ready for Florian)
This commit is contained in:
6
Client/Components/UserComponent.razor
Normal file
6
Client/Components/UserComponent.razor
Normal file
@ -0,0 +1,6 @@
|
||||
<h3>@user.DisplayName</h3>
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
public User user { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user