18 lines
485 B
Plaintext
18 lines
485 B
Plaintext
@inherits LayoutComponentBase
|
|
@layout CouchLog.Components.Layout.MainLayout
|
|
|
|
<MudText Typo="Typo.h2">Manage your account</MudText>
|
|
|
|
<MudContainer MaxWidth="MaxWidth.False" Class="pa-4">
|
|
<MudText Typo="Typo.h4">Change your account settings</MudText>
|
|
<hr/>
|
|
<MudGrid>
|
|
<MudItem xs="12" md="3" lg="2">
|
|
<ManageNavMenu/>
|
|
</MudItem>
|
|
|
|
<MudItem xs="12" md="9" lg="10">
|
|
@Body
|
|
</MudItem>
|
|
</MudGrid>
|
|
</MudContainer> |