Files
gpw_next/GPW.CORE6.Smart/Shared/MainLayout.razor
T
Samuele Locatelli 848b6537d2 Update x nuovo proj 8
2024-08-22 16:03:31 +02:00

18 lines
290 B
Plaintext

@inherits LayoutComponentBase
<PageTitle>GPW.CORE6.Smart</PageTitle>
<div class="page vh-100">
<main class="vw-100">
<CmpTop></CmpTop>
<article class="content p-2">
@Body
</article>
<NavBottom></NavBottom>
</main>
</div>
@code {
}