This commit is contained in:
2026-06-04 11:47:45 -04:00
parent 2625992014
commit c1f041b4f6
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<MudDialogProvider/>
<MudSnackbarProvider/>
<Router AppAssembly="@typeof(IGP.Pages.Home.HomePage).Assembly">
<Router AppAssembly="@typeof(HomePage).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
<FocusOnNavigate RouteData="@routeData" Selector="h1"/>