11 lines
238 B
Plaintext
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> |