36 lines
678 B
Plaintext
36 lines
678 B
Plaintext
@inherits LayoutComponentBase
|
|
@using System.Runtime.InteropServices.JavaScript
|
|
@using MissNationSharedUI.Shared.Components.Layout
|
|
|
|
<!-- preloader start>
|
|
<div id="tb-preloader">
|
|
<div class="tb-preloader-wave"></div>
|
|
</div>
|
|
< preloader end -->
|
|
|
|
|
|
<div class="wrapper">
|
|
<!--div class="page"-->
|
|
|
|
|
|
<main>
|
|
<!--div class="top-row px-4">
|
|
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
|
|
</div-->
|
|
<HostessNavbarComponent/>
|
|
<article class="content gray-bg">
|
|
@Body
|
|
</article>
|
|
|
|
<HostessFooterComponent/>
|
|
|
|
</main>
|
|
</div>
|
|
|
|
@code {
|
|
|
|
}
|
|
|
|
|
|
|