exciting-aftermath/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor

12 lines
222 B
Plaintext

@inherits LayoutComponentBase
<div class="page">
<main class="">
<NavMenu3 />
<div class="container">
@Body
</div>
</main>
@* <MadeWithLoveFooter/> *@
</div>