1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 01:39:00 +00:00
just-short-it/Components/Layout/MainLayout.razor

12 lines
185 B
Plaintext

@inherits LayoutComponentBase
@using JustShortIt.Components.Partials
<HeaderPartial />
<main class="flex-1 container mx-auto px-8 py-8 grid">
@Body
</main>
<FooterPartial />