17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
@inherits LayoutComponentBase
|
|
@layout AccountLayout
|
|
|
|
|
|
<MudPaper Class="d-flex flex-row flex-grow-1 overflow-hidden" Height="100%">
|
|
|
|
<MudPaper Width="200px">
|
|
<MudDivider Class="flex-grow-0" />
|
|
<ExamNavMenu />
|
|
|
|
</MudPaper>
|
|
|
|
<MudPaper Class="flex-grow-1 overflow-auto">
|
|
@Body
|
|
</MudPaper>
|
|
</MudPaper>
|