12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
@inherits LayoutComponentBase
|
|
@layout AccountLayout
|
|
|
|
|
|
<MudPaper Class="d-flex flex-column flex-grow-1">
|
|
<MudDivider Class="flex-grow-0" />
|
|
<MudStack Row="true" Class="d-flex flex-grow-1">
|
|
<ManageNavMenu />
|
|
@Body
|
|
</MudStack>
|
|
</MudPaper>
|