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