This commit is contained in:
MeysamMoghaddam
2025-10-07 23:40:43 +03:30
parent 47152ab05e
commit 45999329e7
6 changed files with 629 additions and 66 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
@using FrontOffice.Main.Utilities
<Router AppAssembly="@typeof(App).Assembly"
OnNavigateAsync="HandleNavigationAsync">
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
</Found>