15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
@inherits LayoutComponentBase
|
|
@layout OpenArchival.Blazor.Components.Layout.MainLayout
|
|
|
|
<MudText Typo="Typo.h3" GutterBottom="true">Manage your account</MudText>
|
|
|
|
<MudGrid>
|
|
<MudItem md="5">
|
|
<MudText Typo="Typo.h6" GutterBottom="true">Change your account settings</MudText>
|
|
<ManageNavMenu />
|
|
</MudItem>
|
|
<MudItem md="7">
|
|
@Body
|
|
</MudItem>
|
|
</MudGrid>
|