Files
TaskHybrid/Template.Shared/Components/Pages/Notifications.razor
2025-06-16 16:04:55 +02:00

9 lines
134 B
Plaintext

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