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