Files
AOW4/WebAssembly/Layout/MainLayout.razor
T

15 lines
243 B
Plaintext

@using MudBlazor
@inherits LayoutComponentBase
<MudPopoverProvider/>
<MudDialogProvider/>
<MudSnackbarProvider/>
<div class="page">
<main>
<article class="content px-4">
@Body
</article>
</main>
</div>