HKC_Blazor/MasaBlazorApp3/Shared/EmptyLayout.razor

6 lines
125 B
Plaintext

@inherits LayoutComponentBase
<RadzenLayout>
@Body
<RadzenNotification />
<RadzenComponents />
</RadzenLayout>