Adding Updated Blazor Version

This commit is contained in:
6d486f49
2026-04-22 13:32:24 -04:00
parent 0c7289c50e
commit a0fbc80bff
77 changed files with 60713 additions and 11 deletions
@@ -0,0 +1,9 @@
@inherits LayoutComponentBase
<div class="page">
<main>
<article class="content px-4">
@Body
</article>
</main>
</div>