exam_service
This commit is contained in:
18
TechHelper.Client/Shared/ExamLayout.razor
Normal file
18
TechHelper.Client/Shared/ExamLayout.razor
Normal file
@@ -0,0 +1,18 @@
|
||||
@inherits LayoutComponentBase
|
||||
@layout AccountLayout
|
||||
|
||||
|
||||
<MudPaper Class="d-flex flex-row flex-grow-1 overflow-hidden" Height="100%">
|
||||
|
||||
<MudPaper Width="200px">
|
||||
<h1>Manage your account</h1>
|
||||
<h2>Change your account settings</h2>
|
||||
<MudDivider Class="flex-grow-0" />
|
||||
<ExamNavMenu />
|
||||
|
||||
</MudPaper>
|
||||
|
||||
<MudPaper Class="flex-grow-1 overflow-auto">
|
||||
@Body
|
||||
</MudPaper>
|
||||
</MudPaper>
|
Reference in New Issue
Block a user