blackjack/Components/Layout/MainLayout.razor

10 lines
157 B
Plaintext
Raw Permalink Normal View History

2025-04-17 22:25:37 +07:00
 @inherits LayoutComponentBase
2025-04-17 22:25:37 +07:00
<div class="page">
<main>
<article class="content">
@Body
</article>
</main>
</div>