mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
@inherits LayoutComponentBase
|
|
@layout LoggedInLayout
|
|
|
|
<MudDrawer Open="DrawerOpen" ClipMode="DrawerClipMode.Always" Elevation="2" DisableOverlay="true">
|
|
<TorrentsListNav Torrents="Torrents" SelectedTorrent="@SelectedTorrent" />
|
|
</MudDrawer>
|
|
<MudMainContent>
|
|
@Body
|
|
</MudMainContent> |