Add new Blazor web app

This commit is contained in:
2025-09-22 19:50:45 +09:00
parent 814f40df0c
commit 3e9436ba0c
14 changed files with 231 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<Router AppAssembly="typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />
</Found>
</Router>