1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-19 21:55:47 +02:00
MLEM/Demos.Web/MainLayout.razor

7 lines
101 B
Text

@inherits LayoutComponentBase
<div class="page">
<main>
@Body
</main>
</div>