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