Files
Otchislator/src/Otchinslator/Components/Layout/OtchislenieLayout.razor

11 lines
238 B
Plaintext

@using Microsoft.AspNetCore.Authorization
@inherits LayoutComponentBase
@attribute [Authorize]
<div class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content">
@Body
<NavMenu/>
</div>