generated from Integry/Template_NetMauiBlazorHybrid
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
@page "/Notifications"
|
|
@attribute [Authorize]
|
|
@using salesbook.Shared.Components.Layout
|
|
@using salesbook.Shared.Components.SingleElements
|
|
|
|
<HeaderLayout Title="Notifiche" />
|
|
|
|
<div class="container">
|
|
<NoDataAvailable Text="Nessuna notifica meno recente" />
|
|
</div>
|
|
|
|
@code {
|
|
|
|
} |