9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
@page "/Users"
|
|
@attribute [Authorize]
|
|
@using Template.Shared.Components.Layout
|
|
|
|
<HeaderLayout Title="Contatti" />
|
|
|
|
@code {
|
|
|
|
} |