blackjack/Components/Layout/MainLayout.razor
2025-04-17 22:25:37 +07:00

10 lines
157 B
Plaintext

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