...
This commit is contained in:
11
Presentation/HushianWebApp/Layout/EmpLayout.razor
Normal file
11
Presentation/HushianWebApp/Layout/EmpLayout.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@inherits LayoutComponentBase
|
||||
<main class="main w-full lg:h-screen min-[500px]:py-6 bg-main-500 overflow-auto">
|
||||
|
||||
|
||||
<div class="container">
|
||||
@Body
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
Reference in New Issue
Block a user