Move and rename Blazor project

This commit is contained in:
2024-03-07 21:23:37 +00:00
parent 3affeac196
commit a18b68beca
27 changed files with 1870 additions and 13 deletions

View 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>