mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
14 lines
435 B
Plaintext
14 lines
435 B
Plaintext
@inherits LayoutComponentBase
|
|
@layout LoggedInLayout
|
|
|
|
<div class="app-shell__body">
|
|
<MudDrawer Open="DrawerOpen" ClipMode="DrawerClipMode.Always" Elevation="2" Overlay="false" Class="app-shell__sidebar">
|
|
<MudNavMenu>
|
|
<ApplicationActions IsMenu="false" Preferences="Preferences" />
|
|
</MudNavMenu>
|
|
</MudDrawer>
|
|
<MudMainContent Class="app-shell__main">
|
|
@Body
|
|
</MudMainContent>
|
|
</div>
|