Move and rename Blazor project
This commit is contained in:
11
BeauFindlay/src/BeauFindlay.Client/Layout/MainLayout.razor
Normal file
11
BeauFindlay/src/BeauFindlay.Client/Layout/MainLayout.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<div class="flex flex-col min-h-screen">
|
||||
<NavBar/>
|
||||
|
||||
<div class="px-4 md:px-8">
|
||||
@Body
|
||||
</div>
|
||||
|
||||
<Footer></Footer>
|
||||
</div>
|
||||
Reference in New Issue
Block a user