mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
@inherits LayoutComponentBase
|
|
@layout LoggedInLayout
|
|
|
|
<MudDrawer Open="DrawerOpen" ClipMode="DrawerClipMode.Always" Elevation="2" Overlay="false">
|
|
<MudNavMenu>
|
|
<ApplicationActions IsMenu="false" Preferences="Preferences" />
|
|
</MudNavMenu>
|
|
</MudDrawer>
|
|
<MudMainContent>
|
|
@Body
|
|
</MudMainContent> |